Shades of White Ice #D0FFEA
Tints of White Ice #D0FFEA
RGB
CMYK
RGB Variations
Color information
#D0FFEA (or 0xD0FFEA) is known color: White Ice. HEX triplet: D0, FF and EA. RGB value is (208,255,234). Sum of RGB (Red+Green+Blue) = 208+255+234=697 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.84% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFEA is #2F0015. Grayscale: #EEEEEE. Windows color (decimal): -3080214 or 15400912. OLE color: 15400912.
HSL color Cylindrical-coordinate representation of color #D0FFEA: hue angle of 153.19º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFEA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 234 | - |
CMYK | 0.18 | 0 | 0.08 | 0 |
HSL | 153.19º | 1% | 0.91% | - |
HSV(B) | 153.19º | 0.18% | 1% | - |
XYZ | 76.62 | 90.87 | 91.34 | - |
YUV | 238.55 | 125.43 | 106.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 234 | 0.18 | 0 | 0.08 | 0 | 153.19 | 1 | 0.91 |
Hex | D0 | FF | EA | 12 | 0 | 8 | 0 | 99 | 64 | 5B |
Octal | 320 | 377 | 352 | 22 | 0 | 10 | 0 | 231 | 144 | 133 |
Binary | 11010000 | 11111111 | 11101010 | 10010 | 0 | 1000 | 0 | 10011001 | 1100100 | 1011011 |
Color Harmonies of #D0FFEA
Complementary color
Monochromatic Colors of #D0FFEA
Black with #D0FFEA
Text Example
Text Example
White with #D0FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFEA; }
p { color: rgb(208,255,234); }
H1.HeaderClassName
{
color: #D0FFEA;
}
.AnyTagClassName
{
color: #D0FFEA;
}
</style>
background-color css
<style>
a { background-color: #D0FFEA; }
a { background-color: rgb(208,255,234); }
div.DivClassName
{
background-color: #D0FFEA;
}
.BgClassName
{
background-color: #D0FFEA;
}
</style>
border-color css
<style>
span { border-color: #D0FFEA; }
span { border-color: rgb(208,255,234); }
td.TdClassName
{
border-color: #D0FFEA;
}
.TagClassName
{
border-color: #D0FFEA;
}
</style>