Shades of White Ice #D0F7DF
Tints of White Ice #D0F7DF
RGB
CMYK
RGB Variations
Color information
#D0F7DF (or 0xD0F7DF) is known color: White Ice. HEX triplet: D0, F7 and DF. RGB value is (208,247,223). Sum of RGB (Red+Green+Blue) = 208+247+223=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7DF is #2F0820. Grayscale: #E8E8E8. Windows color (decimal): -3082273 or 14677968. OLE color: 14677968.
HSL color Cylindrical-coordinate representation of color #D0F7DF: hue angle of 143.08º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7DF is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 223 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.03 |
| HSL | 143.08º | 0.71% | 0.89% | - |
| HSV(B) | 143.08º | 0.16% | 0.97% | - |
| XYZ | 72.59 | 85.26 | 82.44 | - |
| YUV | 232.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 223 | 0.16 | 0 | 0.10 | 0.03 | 143.08 | 0.71 | 0.89 |
| Hex | D0 | F7 | DF | 10 | 0 | A | 3 | 8F | 47 | 59 |
| Octal | 320 | 367 | 337 | 20 | 0 | 12 | 3 | 217 | 107 | 131 |
| Binary | 11010000 | 11110111 | 11011111 | 10000 | 0 | 1010 | 11 | 10001111 | 1000111 | 1011001 |
Color Harmonies of #D0F7DF
Complementary color
Monochromatic Colors of #D0F7DF
Black with #D0F7DF
Text Example
Text Example
White with #D0F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7DF; }
p { color: rgb(208,247,223); }
H1.HeaderClassName
{
color: #D0F7DF;
}
.AnyTagClassName
{
color: #D0F7DF;
}
</style>
background-color css
<style>
a { background-color: #D0F7DF; }
a { background-color: rgb(208,247,223); }
div.DivClassName
{
background-color: #D0F7DF;
}
.BgClassName
{
background-color: #D0F7DF;
}
</style>
border-color css
<style>
span { border-color: #D0F7DF; }
span { border-color: rgb(208,247,223); }
td.TdClassName
{
border-color: #D0F7DF;
}
.TagClassName
{
border-color: #D0F7DF;
}
</style>