Shades of White Ice #D1FEEA
Tints of White Ice #D1FEEA
RGB
CMYK
RGB Variations
Color information
#D1FEEA (or 0xD1FEEA) is known color: White Ice. HEX triplet: D1, FE and EA. RGB value is (209,254,234). Sum of RGB (Red+Green+Blue) = 209+254+234=697 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.99% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FEEA is #2E0115. Grayscale: #EEEEEE. Windows color (decimal): -3014934 or 15400657. OLE color: 15400657.
HSL color Cylindrical-coordinate representation of color #D1FEEA: hue angle of 153.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FEEA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 209 | 254 | 234 | - |
CMYK | 0.18 | 0 | 0.08 | 0.00 |
HSL | 153.33º | 0.96% | 0.91% | - |
HSV(B) | 153.33º | 0.18% | 1% | - |
XYZ | 76.59 | 90.38 | 91.25 | - |
YUV | 238.27 | 125.59 | 107.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 254 | 234 | 0.18 | 0 | 0.08 | 0.00 | 153.33 | 0.96 | 0.91 |
Hex | D1 | FE | EA | 12 | 0 | 8 | 0 | 99 | 60 | 5B |
Octal | 321 | 376 | 352 | 22 | 0 | 10 | 0 | 231 | 140 | 133 |
Binary | 11010001 | 11111110 | 11101010 | 10010 | 0 | 1000 | 0 | 10011001 | 1100000 | 1011011 |
Color Harmonies of #D1FEEA
Complementary color
Monochromatic Colors of #D1FEEA
Black with #D1FEEA
Text Example
Text Example
White with #D1FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FEEA; }
p { color: rgb(209,254,234); }
H1.HeaderClassName
{
color: #D1FEEA;
}
.AnyTagClassName
{
color: #D1FEEA;
}
</style>
background-color css
<style>
a { background-color: #D1FEEA; }
a { background-color: rgb(209,254,234); }
div.DivClassName
{
background-color: #D1FEEA;
}
.BgClassName
{
background-color: #D1FEEA;
}
</style>
border-color css
<style>
span { border-color: #D1FEEA; }
span { border-color: rgb(209,254,234); }
td.TdClassName
{
border-color: #D1FEEA;
}
.TagClassName
{
border-color: #D1FEEA;
}
</style>