Shades of White Ice #D7E9DF
Tints of White Ice #D7E9DF
RGB
CMYK
RGB Variations
Color information
#D7E9DF (or 0xD7E9DF) is known color: White Ice. HEX triplet: D7, E9 and DF. RGB value is (215,233,223). Sum of RGB (Red+Green+Blue) = 215+233+223=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E9DF is #281620. Grayscale: #E2E2E2. Windows color (decimal): -2627105 or 14674391. OLE color: 14674391.
HSL color Cylindrical-coordinate representation of color #D7E9DF: hue angle of 146.67º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7E9DF is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 215 | 233 | 223 | - |
CMYK | 0.08 | 0 | 0.04 | 0.09 |
HSL | 146.67º | 0.29% | 0.88% | - |
HSV(B) | 146.67º | 0.08% | 0.91% | - |
XYZ | 70.48 | 78.05 | 81.16 | - |
YUV | 226.48 | 126.04 | 119.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 233 | 223 | 0.08 | 0 | 0.04 | 0.09 | 146.67 | 0.29 | 0.88 |
Hex | D7 | E9 | DF | 8 | 0 | 4 | 9 | 93 | 1D | 58 |
Octal | 327 | 351 | 337 | 10 | 0 | 4 | 11 | 223 | 35 | 130 |
Binary | 11010111 | 11101001 | 11011111 | 1000 | 0 | 100 | 1001 | 10010011 | 11101 | 1011000 |
Color Harmonies of #D7E9DF
Complementary color
Monochromatic Colors of #D7E9DF
Black with #D7E9DF
Text Example
Text Example
White with #D7E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E9DF; }
p { color: rgb(215,233,223); }
H1.HeaderClassName
{
color: #D7E9DF;
}
.AnyTagClassName
{
color: #D7E9DF;
}
</style>
background-color css
<style>
a { background-color: #D7E9DF; }
a { background-color: rgb(215,233,223); }
div.DivClassName
{
background-color: #D7E9DF;
}
.BgClassName
{
background-color: #D7E9DF;
}
</style>
border-color css
<style>
span { border-color: #D7E9DF; }
span { border-color: rgb(215,233,223); }
td.TdClassName
{
border-color: #D7E9DF;
}
.TagClassName
{
border-color: #D7E9DF;
}
</style>