Shades of White Ice #D5F4E5
Tints of White Ice #D5F4E5
RGB
CMYK
RGB Variations
Color information
#D5F4E5 (or 0xD5F4E5) is known color: White Ice. HEX triplet: D5, F4 and E5. RGB value is (213,244,229). Sum of RGB (Red+Green+Blue) = 213+244+229=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F4E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F4E5 is #2A0B1A. Grayscale: #E9E9E9. Windows color (decimal): -2755355 or 15070421. OLE color: 15070421.
HSL color Cylindrical-coordinate representation of color #D5F4E5: hue angle of 150.97º 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 #D5F4E5 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 229 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.04 |
| HSL | 150.97º | 0.58% | 0.9% | - |
| HSV(B) | 150.97º | 0.13% | 0.96% | - |
| XYZ | 73.93 | 84.5 | 86.54 | - |
| YUV | 233.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 229 | 0.13 | 0 | 0.06 | 0.04 | 150.97 | 0.58 | 0.9 |
| Hex | D5 | F4 | E5 | D | 0 | 6 | 4 | 97 | 3A | 5A |
| Octal | 325 | 364 | 345 | 15 | 0 | 6 | 4 | 227 | 72 | 132 |
| Binary | 11010101 | 11110100 | 11100101 | 1101 | 0 | 110 | 100 | 10010111 | 111010 | 1011010 |
Color Harmonies of #D5F4E5
Complementary color
Monochromatic Colors of #D5F4E5
Black with #D5F4E5
Text Example
Text Example
White with #D5F4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F4E5; }
p { color: rgb(213,244,229); }
H1.HeaderClassName
{
color: #D5F4E5;
}
.AnyTagClassName
{
color: #D5F4E5;
}
</style>
background-color css
<style>
a { background-color: #D5F4E5; }
a { background-color: rgb(213,244,229); }
div.DivClassName
{
background-color: #D5F4E5;
}
.BgClassName
{
background-color: #D5F4E5;
}
</style>
border-color css
<style>
span { border-color: #D5F4E5; }
span { border-color: rgb(213,244,229); }
td.TdClassName
{
border-color: #D5F4E5;
}
.TagClassName
{
border-color: #D5F4E5;
}
</style>