Shades of White Ice #D0F9E6
Tints of White Ice #D0F9E6
RGB
CMYK
RGB Variations
Color information
#D0F9E6 (or 0xD0F9E6) is known color: White Ice. HEX triplet: D0, F9 and E6. RGB value is (208,249,230). Sum of RGB (Red+Green+Blue) = 208+249+230=687 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.28% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9E6 is #2F0619. Grayscale: #EAEAEA. Windows color (decimal): -3081754 or 15137232. OLE color: 15137232.
HSL color Cylindrical-coordinate representation of color #D0F9E6: hue angle of 152.2º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F9E6 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 230 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.02 |
| HSL | 152.2º | 0.77% | 0.9% | - |
| HSV(B) | 152.2º | 0.16% | 0.98% | - |
| XYZ | 74.17 | 86.87 | 87.72 | - |
| YUV | 234.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 230 | 0.16 | 0 | 0.08 | 0.02 | 152.2 | 0.77 | 0.9 |
| Hex | D0 | F9 | E6 | 10 | 0 | 8 | 2 | 98 | 4D | 5A |
| Octal | 320 | 371 | 346 | 20 | 0 | 10 | 2 | 230 | 115 | 132 |
| Binary | 11010000 | 11111001 | 11100110 | 10000 | 0 | 1000 | 10 | 10011000 | 1001101 | 1011010 |
Color Harmonies of #D0F9E6
Complementary color
Monochromatic Colors of #D0F9E6
Black with #D0F9E6
Text Example
Text Example
White with #D0F9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9E6; }
p { color: rgb(208,249,230); }
H1.HeaderClassName
{
color: #D0F9E6;
}
.AnyTagClassName
{
color: #D0F9E6;
}
</style>
background-color css
<style>
a { background-color: #D0F9E6; }
a { background-color: rgb(208,249,230); }
div.DivClassName
{
background-color: #D0F9E6;
}
.BgClassName
{
background-color: #D0F9E6;
}
</style>
border-color css
<style>
span { border-color: #D0F9E6; }
span { border-color: rgb(208,249,230); }
td.TdClassName
{
border-color: #D0F9E6;
}
.TagClassName
{
border-color: #D0F9E6;
}
</style>