Shades of White Ice #D5FCE9
Tints of White Ice #D5FCE9
RGB
CMYK
RGB Variations
Color information
#D5FCE9 (or 0xD5FCE9) is known color: White Ice. HEX triplet: D5, FC and E9. RGB value is (213,252,233). Sum of RGB (Red+Green+Blue) = 213+252+233=698 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.52% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCE9 is #2A0316. Grayscale: #EEEEEE. Windows color (decimal): -2753303 or 15334613. OLE color: 15334613.
HSL color Cylindrical-coordinate representation of color #D5FCE9: hue angle of 150.77º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCE9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 252 | 233 | - |
CMYK | 0.15 | 0 | 0.08 | 0.01 |
HSL | 150.77º | 0.87% | 0.91% | - |
HSV(B) | 150.77º | 0.15% | 0.99% | - |
XYZ | 76.96 | 89.65 | 90.34 | - |
YUV | 238.17 | 125.08 | 110.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 252 | 233 | 0.15 | 0 | 0.08 | 0.01 | 150.77 | 0.87 | 0.91 |
Hex | D5 | FC | E9 | F | 0 | 8 | 1 | 97 | 57 | 5B |
Octal | 325 | 374 | 351 | 17 | 0 | 10 | 1 | 227 | 127 | 133 |
Binary | 11010101 | 11111100 | 11101001 | 1111 | 0 | 1000 | 1 | 10010111 | 1010111 | 1011011 |
Color Harmonies of #D5FCE9
Complementary color
Monochromatic Colors of #D5FCE9
Black with #D5FCE9
Text Example
Text Example
White with #D5FCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCE9; }
p { color: rgb(213,252,233); }
H1.HeaderClassName
{
color: #D5FCE9;
}
.AnyTagClassName
{
color: #D5FCE9;
}
</style>
background-color css
<style>
a { background-color: #D5FCE9; }
a { background-color: rgb(213,252,233); }
div.DivClassName
{
background-color: #D5FCE9;
}
.BgClassName
{
background-color: #D5FCE9;
}
</style>
border-color css
<style>
span { border-color: #D5FCE9; }
span { border-color: rgb(213,252,233); }
td.TdClassName
{
border-color: #D5FCE9;
}
.TagClassName
{
border-color: #D5FCE9;
}
</style>