Shades of White Ice #D5F0E6
Tints of White Ice #D5F0E6
RGB
CMYK
RGB Variations
Color information
#D5F0E6 (or 0xD5F0E6) is known color: White Ice. HEX triplet: D5, F0 and E6. RGB value is (213,240,230). Sum of RGB (Red+Green+Blue) = 213+240+230=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F0E6 is #2A0F19. Grayscale: #E6E6E6. Windows color (decimal): -2756378 or 15134933. OLE color: 15134933.
HSL color Cylindrical-coordinate representation of color #D5F0E6: hue angle of 157.78º 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 #D5F0E6 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 230 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.06 |
| HSL | 157.78º | 0.47% | 0.89% | - |
| HSV(B) | 157.78º | 0.11% | 0.94% | - |
| XYZ | 72.88 | 82.18 | 86.88 | - |
| YUV | 230.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 230 | 0.11 | 0 | 0.04 | 0.06 | 157.78 | 0.47 | 0.89 |
| Hex | D5 | F0 | E6 | B | 0 | 4 | 6 | 9E | 2F | 59 |
| Octal | 325 | 360 | 346 | 13 | 0 | 4 | 6 | 236 | 57 | 131 |
| Binary | 11010101 | 11110000 | 11100110 | 1011 | 0 | 100 | 110 | 10011110 | 101111 | 1011001 |
Color Harmonies of #D5F0E6
Complementary color
Monochromatic Colors of #D5F0E6
Black with #D5F0E6
Text Example
Text Example
White with #D5F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F0E6; }
p { color: rgb(213,240,230); }
H1.HeaderClassName
{
color: #D5F0E6;
}
.AnyTagClassName
{
color: #D5F0E6;
}
</style>
background-color css
<style>
a { background-color: #D5F0E6; }
a { background-color: rgb(213,240,230); }
div.DivClassName
{
background-color: #D5F0E6;
}
.BgClassName
{
background-color: #D5F0E6;
}
</style>
border-color css
<style>
span { border-color: #D5F0E6; }
span { border-color: rgb(213,240,230); }
td.TdClassName
{
border-color: #D5F0E6;
}
.TagClassName
{
border-color: #D5F0E6;
}
</style>