Shades of White Ice #D0FFE7
Tints of White Ice #D0FFE7
RGB
CMYK
RGB Variations
Color information
#D0FFE7 (or 0xD0FFE7) is known color: White Ice. HEX triplet: D0, FF and E7. RGB value is (208,255,231). Sum of RGB (Red+Green+Blue) = 208+255+231=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 231 (90.62% from 255 or 33.29% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFE7 is #2F0018. Grayscale: #EEEEEE. Windows color (decimal): -3080217 or 15204304. OLE color: 15204304.
HSL color Cylindrical-coordinate representation of color #D0FFE7: hue angle of 149.36º 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 #D0FFE7 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 231 | - |
CMYK | 0.18 | 0 | 0.09 | 0 |
HSL | 149.36º | 1% | 0.91% | - |
HSV(B) | 149.36º | 0.18% | 1% | - |
XYZ | 76.2 | 90.7 | 89.09 | - |
YUV | 238.21 | 123.93 | 106.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 231 | 0.18 | 0 | 0.09 | 0 | 149.36 | 1 | 0.91 |
Hex | D0 | FF | E7 | 12 | 0 | 9 | 0 | 95 | 64 | 5B |
Octal | 320 | 377 | 347 | 22 | 0 | 11 | 0 | 225 | 144 | 133 |
Binary | 11010000 | 11111111 | 11100111 | 10010 | 0 | 1001 | 0 | 10010101 | 1100100 | 1011011 |
Color Harmonies of #D0FFE7
Complementary color
Monochromatic Colors of #D0FFE7
Black with #D0FFE7
Text Example
Text Example
White with #D0FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFE7; }
p { color: rgb(208,255,231); }
H1.HeaderClassName
{
color: #D0FFE7;
}
.AnyTagClassName
{
color: #D0FFE7;
}
</style>
background-color css
<style>
a { background-color: #D0FFE7; }
a { background-color: rgb(208,255,231); }
div.DivClassName
{
background-color: #D0FFE7;
}
.BgClassName
{
background-color: #D0FFE7;
}
</style>
border-color css
<style>
span { border-color: #D0FFE7; }
span { border-color: rgb(208,255,231); }
td.TdClassName
{
border-color: #D0FFE7;
}
.TagClassName
{
border-color: #D0FFE7;
}
</style>