COLOR #D7DEED

HEX: #D7DEED RGB: (215,222,237)

Color info

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

RGB color model

#D7DEED color RGB value is (215,222,237).

RGB: (215,222,237) (84%, 87%, 93%)

RGB channels and saturation

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

215
222
237

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

Portions of RGB colors in percentages

R + G + B = 215 + 222 + 237 = 674 (100%)
R 215 of 674 ~ 31.9%
G 222 of 674 ~ 32.94%
B 237 of 674 ~ 35.16'%

%31.9
%32.94
%35.16

CMYK color model

#D7DEED color CMYK value is (9,6,0,7).

  • cyan value is 9.28%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (9,6,0,7) C9M6Y0K7 (9%,6%,0%,7%) (0.09/0.06/0.00/0.07) 

CMYK percentages

%9.28
%6.33
%0
%7.06

Codes

Color #D7DEED in popluar color models

D7 DE ED
RGB 215 222 237
HSL 221° 37.93% 88.63%
HSB/HSV 221° 9.28% 92.94%
CMYK 9.28% 6.33% 0.00%
7.06%

Color #D7DEED in popluar number systems.

HEX D7 DE ED
Decimal 215 222 237
Binary 11010111 11011110 11101101
Octal 327 336 355

Shades and tints

Shades of #D7DEED

#D7DEED
(215,222,237)
#C4CAD8
(196,202,216)
#B1B6C3
(177,182,195)
#9EA2AE
(158,162,174)
#8B8E99
(139,142,153)
#787A84
(120,122,132)
#65666F
(101,102,111)
#52525A
(82,82,90)
#3F3E45
(63,62,69)
#2C2A30
(44,42,48)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #D7DEED

#D7DEED
(215,222,237)
#DAE1EE
(218,225,238)
#DDE4EF
(221,228,239)
#E0E7F0
(224,231,240)
#E3EAF1
(227,234,241)
#E6EDF2
(230,237,242)
#E9F0F3
(233,240,243)
#ECF3F4
(236,243,244)
#EFF6F5
(239,246,245)
#F2F9F6
(242,249,246)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DEED; }

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

This text font color is #D7DEED.

Background Color

.myBgColor { background-color: #D7DEED; }

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

This div background color is #D7DEED.

Border color

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

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

This div border color is #D7DEED.

Opacity

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

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

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

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

This text has shadow with #D7DEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DEED.

Preview

Color preview on black background

This text has color #D7DEED on black background.


Color preview on white background

This text has color #D7DEED on white background.


Black color preview on #D7DEED background

This text has black color on #D7DEED background.


White color preview on #D7DEED background

This text has white color on #D7DEED background.


Related colors

Complementary color

Complementary color for #hex is #282112.


I love getcolorcode.com

Triadic colors

1 #EDD7DE and #DEEDD7 with #D7DEED are triadic colors.

2 #EDDED7 and #DED7ED with #D7DEED are triadic colors.