Shades of White Ice #D5F4E2
Tints of White Ice #D5F4E2
RGB
CMYK
RGB Variations
Color information
#D5F4E2 (or 0xD5F4E2) is known color: White Ice. HEX triplet: D5, F4 and E2. RGB value is (213,244,226). Sum of RGB (Red+Green+Blue) = 213+244+226=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F4E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F4E2 is #2A0B1D. Grayscale: #E8E8E8. Windows color (decimal): -2755358 or 14873813. OLE color: 14873813.
HSL color Cylindrical-coordinate representation of color #D5F4E2: hue angle of 145.16º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F4E2 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 226 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.04 |
| HSL | 145.16º | 0.58% | 0.9% | - |
| HSV(B) | 145.16º | 0.13% | 0.96% | - |
| XYZ | 73.52 | 84.34 | 84.36 | - |
| YUV | 232.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 226 | 0.13 | 0 | 0.07 | 0.04 | 145.16 | 0.58 | 0.9 |
| Hex | D5 | F4 | E2 | D | 0 | 7 | 4 | 91 | 3A | 5A |
| Octal | 325 | 364 | 342 | 15 | 0 | 7 | 4 | 221 | 72 | 132 |
| Binary | 11010101 | 11110100 | 11100010 | 1101 | 0 | 111 | 100 | 10010001 | 111010 | 1011010 |
Color Harmonies of #D5F4E2
Complementary color
Monochromatic Colors of #D5F4E2
Black with #D5F4E2
Text Example
Text Example
White with #D5F4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F4E2; }
p { color: rgb(213,244,226); }
H1.HeaderClassName
{
color: #D5F4E2;
}
.AnyTagClassName
{
color: #D5F4E2;
}
</style>
background-color css
<style>
a { background-color: #D5F4E2; }
a { background-color: rgb(213,244,226); }
div.DivClassName
{
background-color: #D5F4E2;
}
.BgClassName
{
background-color: #D5F4E2;
}
</style>
border-color css
<style>
span { border-color: #D5F4E2; }
span { border-color: rgb(213,244,226); }
td.TdClassName
{
border-color: #D5F4E2;
}
.TagClassName
{
border-color: #D5F4E2;
}
</style>