Shades of White Ice #D5EADF
Tints of White Ice #D5EADF
RGB
CMYK
RGB Variations
Color information
#D5EADF (or 0xD5EADF) is known color: White Ice. HEX triplet: D5, EA and DF. RGB value is (213,234,223). Sum of RGB (Red+Green+Blue) = 213+234+223=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EADF is #2A1520. Grayscale: #E2E2E2. Windows color (decimal): -2757921 or 14674645. OLE color: 14674645.
HSL color Cylindrical-coordinate representation of color #D5EADF: hue angle of 148.57º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EADF is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 234 | 223 | - |
CMYK | 0.09 | 0 | 0.05 | 0.08 |
HSL | 148.57º | 0.33% | 0.88% | - |
HSV(B) | 148.57º | 0.09% | 0.92% | - |
XYZ | 70.18 | 78.32 | 81.23 | - |
YUV | 226.47 | 126.04 | 118.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 234 | 223 | 0.09 | 0 | 0.05 | 0.08 | 148.57 | 0.33 | 0.88 |
Hex | D5 | EA | DF | 9 | 0 | 5 | 8 | 95 | 21 | 58 |
Octal | 325 | 352 | 337 | 11 | 0 | 5 | 10 | 225 | 41 | 130 |
Binary | 11010101 | 11101010 | 11011111 | 1001 | 0 | 101 | 1000 | 10010101 | 100001 | 1011000 |
Color Harmonies of #D5EADF
Complementary color
Monochromatic Colors of #D5EADF
Black with #D5EADF
Text Example
Text Example
White with #D5EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EADF; }
p { color: rgb(213,234,223); }
H1.HeaderClassName
{
color: #D5EADF;
}
.AnyTagClassName
{
color: #D5EADF;
}
</style>
background-color css
<style>
a { background-color: #D5EADF; }
a { background-color: rgb(213,234,223); }
div.DivClassName
{
background-color: #D5EADF;
}
.BgClassName
{
background-color: #D5EADF;
}
</style>
border-color css
<style>
span { border-color: #D5EADF; }
span { border-color: rgb(213,234,223); }
td.TdClassName
{
border-color: #D5EADF;
}
.TagClassName
{
border-color: #D5EADF;
}
</style>