Shades of White Ice #D5F4E7
Tints of White Ice #D5F4E7
RGB
CMYK
RGB Variations
Color information
#D5F4E7 (or 0xD5F4E7) is known color: White Ice. HEX triplet: D5, F4 and E7. RGB value is (213,244,231). Sum of RGB (Red+Green+Blue) = 213+244+231=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F4E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F4E7 is #2A0B18. Grayscale: #E9E9E9. Windows color (decimal): -2755353 or 15201493. OLE color: 15201493.
HSL color Cylindrical-coordinate representation of color #D5F4E7: hue angle of 154.84º 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 #D5F4E7 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 231 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.04 |
| HSL | 154.84º | 0.58% | 0.9% | - |
| HSV(B) | 154.84º | 0.13% | 0.96% | - |
| XYZ | 74.22 | 84.62 | 88.02 | - |
| YUV | 233.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 231 | 0.13 | 0 | 0.05 | 0.04 | 154.84 | 0.58 | 0.9 |
| Hex | D5 | F4 | E7 | D | 0 | 5 | 4 | 9B | 3A | 5A |
| Octal | 325 | 364 | 347 | 15 | 0 | 5 | 4 | 233 | 72 | 132 |
| Binary | 11010101 | 11110100 | 11100111 | 1101 | 0 | 101 | 100 | 10011011 | 111010 | 1011010 |
Color Harmonies of #D5F4E7
Complementary color
Monochromatic Colors of #D5F4E7
Black with #D5F4E7
Text Example
Text Example
White with #D5F4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F4E7; }
p { color: rgb(213,244,231); }
H1.HeaderClassName
{
color: #D5F4E7;
}
.AnyTagClassName
{
color: #D5F4E7;
}
</style>
background-color css
<style>
a { background-color: #D5F4E7; }
a { background-color: rgb(213,244,231); }
div.DivClassName
{
background-color: #D5F4E7;
}
.BgClassName
{
background-color: #D5F4E7;
}
</style>
border-color css
<style>
span { border-color: #D5F4E7; }
span { border-color: rgb(213,244,231); }
td.TdClassName
{
border-color: #D5F4E7;
}
.TagClassName
{
border-color: #D5F4E7;
}
</style>