Shades of White Ice #D5EDDF
Tints of White Ice #D5EDDF
RGB
CMYK
RGB Variations
Color information
#D5EDDF (or 0xD5EDDF) is known color: White Ice. HEX triplet: D5, ED and DF. RGB value is (213,237,223). Sum of RGB (Red+Green+Blue) = 213+237+223=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDDF is #2A1220. Grayscale: #E4E4E4. Windows color (decimal): -2757153 or 14675413. OLE color: 14675413.
HSL color Cylindrical-coordinate representation of color #D5EDDF: hue angle of 145º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5EDDF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 237 | 223 | - |
CMYK | 0.10 | 0 | 0.06 | 0.07 |
HSL | 145º | 0.4% | 0.88% | - |
HSV(B) | 145º | 0.1% | 0.93% | - |
XYZ | 71.04 | 80.04 | 81.52 | - |
YUV | 228.23 | 125.05 | 117.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 237 | 223 | 0.10 | 0 | 0.06 | 0.07 | 145 | 0.4 | 0.88 |
Hex | D5 | ED | DF | A | 0 | 6 | 7 | 91 | 28 | 58 |
Octal | 325 | 355 | 337 | 12 | 0 | 6 | 7 | 221 | 50 | 130 |
Binary | 11010101 | 11101101 | 11011111 | 1010 | 0 | 110 | 111 | 10010001 | 101000 | 1011000 |
Color Harmonies of #D5EDDF
Complementary color
Monochromatic Colors of #D5EDDF
Black with #D5EDDF
Text Example
Text Example
White with #D5EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDDF; }
p { color: rgb(213,237,223); }
H1.HeaderClassName
{
color: #D5EDDF;
}
.AnyTagClassName
{
color: #D5EDDF;
}
</style>
background-color css
<style>
a { background-color: #D5EDDF; }
a { background-color: rgb(213,237,223); }
div.DivClassName
{
background-color: #D5EDDF;
}
.BgClassName
{
background-color: #D5EDDF;
}
</style>
border-color css
<style>
span { border-color: #D5EDDF; }
span { border-color: rgb(213,237,223); }
td.TdClassName
{
border-color: #D5EDDF;
}
.TagClassName
{
border-color: #D5EDDF;
}
</style>