Shades of White Ice #D5F0E5
Tints of White Ice #D5F0E5
RGB
CMYK
RGB Variations
Color information
#D5F0E5 (or 0xD5F0E5) is known color: White Ice. HEX triplet: D5, F0 and E5. RGB value is (213,240,229). Sum of RGB (Red+Green+Blue) = 213+240+229=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F0E5 is #2A0F1A. Grayscale: #E6E6E6. Windows color (decimal): -2756379 or 15069397. OLE color: 15069397.
HSL color Cylindrical-coordinate representation of color #D5F0E5: hue angle of 155.56º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5F0E5 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 229 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.06 |
| HSL | 155.56º | 0.47% | 0.89% | - |
| HSV(B) | 155.56º | 0.11% | 0.94% | - |
| XYZ | 72.74 | 82.12 | 86.15 | - |
| YUV | 230.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 229 | 0.11 | 0 | 0.05 | 0.06 | 155.56 | 0.47 | 0.89 |
| Hex | D5 | F0 | E5 | B | 0 | 5 | 6 | 9C | 2F | 59 |
| Octal | 325 | 360 | 345 | 13 | 0 | 5 | 6 | 234 | 57 | 131 |
| Binary | 11010101 | 11110000 | 11100101 | 1011 | 0 | 101 | 110 | 10011100 | 101111 | 1011001 |
Color Harmonies of #D5F0E5
Complementary color
Monochromatic Colors of #D5F0E5
Black with #D5F0E5
Text Example
Text Example
White with #D5F0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F0E5; }
p { color: rgb(213,240,229); }
H1.HeaderClassName
{
color: #D5F0E5;
}
.AnyTagClassName
{
color: #D5F0E5;
}
</style>
background-color css
<style>
a { background-color: #D5F0E5; }
a { background-color: rgb(213,240,229); }
div.DivClassName
{
background-color: #D5F0E5;
}
.BgClassName
{
background-color: #D5F0E5;
}
</style>
border-color css
<style>
span { border-color: #D5F0E5; }
span { border-color: rgb(213,240,229); }
td.TdClassName
{
border-color: #D5F0E5;
}
.TagClassName
{
border-color: #D5F0E5;
}
</style>