Shades of White Ice #D0FCE6
Tints of White Ice #D0FCE6
RGB
CMYK
RGB Variations
Color information
#D0FCE6 (or 0xD0FCE6) is known color: White Ice. HEX triplet: D0, FC and E6. RGB value is (208,252,230). Sum of RGB (Red+Green+Blue) = 208+252+230=690 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.14% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCE6 is #2F0319. Grayscale: #ECECEC. Windows color (decimal): -3080986 or 15138000. OLE color: 15138000.
HSL color Cylindrical-coordinate representation of color #D0FCE6: hue angle of 150º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FCE6 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 252 | 230 | - |
CMYK | 0.17 | 0 | 0.09 | 0.01 |
HSL | 150º | 0.88% | 0.9% | - |
HSV(B) | 150º | 0.17% | 0.99% | - |
XYZ | 75.11 | 88.74 | 88.03 | - |
YUV | 236.34 | 124.42 | 107.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 252 | 230 | 0.17 | 0 | 0.09 | 0.01 | 150 | 0.88 | 0.9 |
Hex | D0 | FC | E6 | 11 | 0 | 9 | 1 | 96 | 58 | 5A |
Octal | 320 | 374 | 346 | 21 | 0 | 11 | 1 | 226 | 130 | 132 |
Binary | 11010000 | 11111100 | 11100110 | 10001 | 0 | 1001 | 1 | 10010110 | 1011000 | 1011010 |
Color Harmonies of #D0FCE6
Complementary color
Monochromatic Colors of #D0FCE6
Black with #D0FCE6
Text Example
Text Example
White with #D0FCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCE6; }
p { color: rgb(208,252,230); }
H1.HeaderClassName
{
color: #D0FCE6;
}
.AnyTagClassName
{
color: #D0FCE6;
}
</style>
background-color css
<style>
a { background-color: #D0FCE6; }
a { background-color: rgb(208,252,230); }
div.DivClassName
{
background-color: #D0FCE6;
}
.BgClassName
{
background-color: #D0FCE6;
}
</style>
border-color css
<style>
span { border-color: #D0FCE6; }
span { border-color: rgb(208,252,230); }
td.TdClassName
{
border-color: #D0FCE6;
}
.TagClassName
{
border-color: #D0FCE6;
}
</style>