COLOR #D5DEED

HEX: #D5DEED
RGB: (213,222,237)

Color info

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

RGB color model

#D5DEED color RGB value is (213,222,237).

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

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 237 of 255 = 93%

213
222
237

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

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 237 = 672 (100%)
R 213 of 672 ~ 31.7%
G 222 of 672 ~ 33.04%
B 237 of 672 ~ 35.27%

%31.7
%33.04
%35.27

CMYK color model

#D5DEED color CMYK value is (10,6,0,7).

  • cyan value is 10.13%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(10,6,0,7)
C10M6Y0K7 
(10%,6%,0%,7%)
(0.10/0.06/0.00/0.07)	

CMYK percentages

%10.13
%6.33
%0
%7.06

Codes

Color #D5DEED in popluar color models

D5DEED
RGB213222237
HSL218°40.00%88.24%
HSB/HSV218°10.13%92.94%
CMYK10.13%6.33%0.00%
7.06%

Color #D5DEED in popluar number systems.

HEXD5DEED
Decimal213222237
Binary110101011101111011101101
Octal325336355

Shades and tints

Shades of #D5DEED

#D5DEED
(213,222,237)
#C2CAD8
(194,202,216)
#AFB6C3
(175,182,195)
#9CA2AE
(156,162,174)
#898E99
(137,142,153)
#767A84
(118,122,132)
#63666F
(99,102,111)
#50525A
(80,82,90)
#3D3E45
(61,62,69)
#2A2A30
(42,42,48)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #D5DEED

#D5DEED
(213,222,237)
#D8E1EE
(216,225,238)
#DBE4EF
(219,228,239)
#DEE7F0
(222,231,240)
#E1EAF1
(225,234,241)
#E4EDF2
(228,237,242)
#E7F0F3
(231,240,243)
#EAF3F4
(234,243,244)
#EDF6F5
(237,246,245)
#F0F9F6
(240,249,246)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEED; }

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

This text font color is #D5DEED.


Background Color

.myBgColor { background-color: #D5DEED; }

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

This div background color is #D5DEED.


Border color

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

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

This div border color is #D5DEED.


Opacity

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

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

Text with #D5DEED 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 #D5DEED;}

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

This text has shadow with #D5DEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEED on black background.


Color preview on white background

This text has color #D5DEED on white background.



Black color preview on #D5DEED background

This text has black color on #D5DEED background.


White color preview on #D5DEED background

This text has white color on #D5DEED background.