COLOR #D4DEED

HEX: #D4DEED
RGB: (212,222,237)

Color info

#D4DEED contains red, green and blue colors in about the same proportion. Web safe color of #D4DEED is #CCCCFF (or #CCF).

RGB color model

#D4DEED color RGB value is (212,222,237).

  • red value is 212;
  • green value is 222;
  • blue value is 237.
RGB:
(212,222,237)
(83%,87%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 237 of 255 = 93%

212
222
237

R + G + B ~ 88%. #D4DEED is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 237 = 671 (100%)
R 212 of 671 ~ 31.59%
G 222 of 671 ~ 33.08%
B 237 of 671 ~ 35.32%

%31.59
%33.08
%35.32

CMYK color model

#D4DEED color CMYK value is (11,6,0,7).

  • cyan value is 10.55%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,6,0,7)
C11M6Y0K7 
(11%,6%,0%,7%)
(0.11/0.06/0.00/0.07)	

CMYK percentages

%10.55
%6.33
%0
%7.06

Codes

Color #D4DEED in popluar color models

D4DEED
RGB212222237
HSL216°40.98%88.04%
HSB/HSV216°10.55%92.94%
CMYK10.55%6.33%0.00%
7.06%

Color #D4DEED in popluar number systems.

HEXD4DEED
Decimal212222237
Binary110101001101111011101101
Octal324336355

Shades and tints

Shades of #D4DEED

#D4DEED
(212,222,237)
#C1CAD8
(193,202,216)
#AEB6C3
(174,182,195)
#9BA2AE
(155,162,174)
#888E99
(136,142,153)
#757A84
(117,122,132)
#62666F
(98,102,111)
#4F525A
(79,82,90)
#3C3E45
(60,62,69)
#292A30
(41,42,48)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #D4DEED

#D4DEED
(212,222,237)
#D7E1EE
(215,225,238)
#DAE4EF
(218,228,239)
#DDE7F0
(221,231,240)
#E0EAF1
(224,234,241)
#E3EDF2
(227,237,242)
#E6F0F3
(230,240,243)
#E9F3F4
(233,243,244)
#ECF6F5
(236,246,245)
#EFF9F6
(239,249,246)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DEED color. Also use rgb(212,222,237) instead hex code.

Text Font Color

.myTextColor { color: #D4DEED; }

<p style="color:#D4DEED">This sample text font color is #D4DEED.</p>

This text font color is #D4DEED.


Background Color

.myBgColor { background-color: #D4DEED; }

<div style="background-color:#D4DEED">Inner text</div>

This div background color is #D4DEED.


Border color

.myBorderColor { border: 1px solid #D4DEED; }

<div style="border:3px solid #D4DEED">Div</div>

This div border color is #D4DEED.


Opacity

.myOpacity80 { color: #D4DEED; opacity: 0.8; }

<p style="color:#D4DEED;opacity:0.8;">80%</p>

Text with #D4DEED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D4DEED;}

<p style="text-shadow: 3px 3px 1px #D4DEED">Text here.</p>

This text has shadow with #D4DEED color.

.textShadow {text-shadow: 3px 3px 1px #D4DEED, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D4DEED, 5px 5px 20px red">Text here.</p>

This text has shadow with #D4DEED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4DEED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D4DEED, Direction=45, Strength=4)">Text</p>

This text has shadow with #D4DEED and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D4DEED;
  -webkit-box-shadow:	1px 1px 3px 2px #D4DEED;
  box-shadow:		1px 1px 3px 2px #D4DEED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4DEED;
-webkit-box-shadow: 1px 1px 3px 2px #D4DEED;
box-shadow:1px 1px 3px 2px #D4DEED;">
Div content here</div>
This div box has shadow with color #D4DEED.

Preview

Color preview on black background

This text has color #D4DEED on black background.


Color preview on white background

This text has color #D4DEED on white background.



Black color preview on #D4DEED background

This text has black color on #D4DEED background.


White color preview on #D4DEED background

This text has white color on #D4DEED background.