Shades of White Ice #D0F9E7
Tints of White Ice #D0F9E7
RGB
CMYK
RGB Variations
Color information
#D0F9E7 (or 0xD0F9E7) is known color: White Ice. HEX triplet: D0, F9 and E7. RGB value is (208,249,231). Sum of RGB (Red+Green+Blue) = 208+249+231=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9E7 is #2F0618. Grayscale: #EAEAEA. Windows color (decimal): -3081753 or 15202768. OLE color: 15202768.
HSL color Cylindrical-coordinate representation of color #D0F9E7: hue angle of 153.66º 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 #D0F9E7 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 231 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.02 |
| HSL | 153.66º | 0.77% | 0.9% | - |
| HSV(B) | 153.66º | 0.16% | 0.98% | - |
| XYZ | 74.31 | 86.93 | 88.46 | - |
| YUV | 234.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 231 | 0.16 | 0 | 0.07 | 0.02 | 153.66 | 0.77 | 0.9 |
| Hex | D0 | F9 | E7 | 10 | 0 | 7 | 2 | 9A | 4D | 5A |
| Octal | 320 | 371 | 347 | 20 | 0 | 7 | 2 | 232 | 115 | 132 |
| Binary | 11010000 | 11111001 | 11100111 | 10000 | 0 | 111 | 10 | 10011010 | 1001101 | 1011010 |
Color Harmonies of #D0F9E7
Complementary color
Monochromatic Colors of #D0F9E7
Black with #D0F9E7
Text Example
Text Example
White with #D0F9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9E7; }
p { color: rgb(208,249,231); }
H1.HeaderClassName
{
color: #D0F9E7;
}
.AnyTagClassName
{
color: #D0F9E7;
}
</style>
background-color css
<style>
a { background-color: #D0F9E7; }
a { background-color: rgb(208,249,231); }
div.DivClassName
{
background-color: #D0F9E7;
}
.BgClassName
{
background-color: #D0F9E7;
}
</style>
border-color css
<style>
span { border-color: #D0F9E7; }
span { border-color: rgb(208,249,231); }
td.TdClassName
{
border-color: #D0F9E7;
}
.TagClassName
{
border-color: #D0F9E7;
}
</style>