Shades of White Ice #D5EEE2
Tints of White Ice #D5EEE2
RGB
CMYK
RGB Variations
Color information
#D5EEE2 (or 0xD5EEE2) is known color: White Ice. HEX triplet: D5, EE and E2. RGB value is (213,238,226). Sum of RGB (Red+Green+Blue) = 213+238+226=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EEE2 is #2A111D. Grayscale: #E5E5E5. Windows color (decimal): -2756894 or 14872277. OLE color: 14872277.
HSL color Cylindrical-coordinate representation of color #D5EEE2: hue angle of 151.2º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EEE2 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 238 | 226 | - |
CMYK | 0.11 | 0 | 0.05 | 0.07 |
HSL | 151.2º | 0.42% | 0.88% | - |
HSV(B) | 151.2º | 0.11% | 0.93% | - |
XYZ | 71.74 | 80.79 | 83.76 | - |
YUV | 229.16 | 126.22 | 116.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 238 | 226 | 0.11 | 0 | 0.05 | 0.07 | 151.2 | 0.42 | 0.88 |
Hex | D5 | EE | E2 | B | 0 | 5 | 7 | 97 | 2A | 58 |
Octal | 325 | 356 | 342 | 13 | 0 | 5 | 7 | 227 | 52 | 130 |
Binary | 11010101 | 11101110 | 11100010 | 1011 | 0 | 101 | 111 | 10010111 | 101010 | 1011000 |
Color Harmonies of #D5EEE2
Complementary color
Monochromatic Colors of #D5EEE2
Black with #D5EEE2
Text Example
Text Example
White with #D5EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEE2; }
p { color: rgb(213,238,226); }
H1.HeaderClassName
{
color: #D5EEE2;
}
.AnyTagClassName
{
color: #D5EEE2;
}
</style>
background-color css
<style>
a { background-color: #D5EEE2; }
a { background-color: rgb(213,238,226); }
div.DivClassName
{
background-color: #D5EEE2;
}
.BgClassName
{
background-color: #D5EEE2;
}
</style>
border-color css
<style>
span { border-color: #D5EEE2; }
span { border-color: rgb(213,238,226); }
td.TdClassName
{
border-color: #D5EEE2;
}
.TagClassName
{
border-color: #D5EEE2;
}
</style>