Shades of White Ice #D0F1DD
Tints of White Ice #D0F1DD
RGB
CMYK
RGB Variations
Color information
#D0F1DD (or 0xD0F1DD) is known color: White Ice. HEX triplet: D0, F1 and DD. RGB value is (208,241,221). Sum of RGB (Red+Green+Blue) = 208+241+221=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1DD is #2F0E22. Grayscale: #E4E4E4. Windows color (decimal): -3083811 or 14545360. OLE color: 14545360.
HSL color Cylindrical-coordinate representation of color #D0F1DD: hue angle of 143.64º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F1DD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 221 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.05 |
| HSL | 143.64º | 0.54% | 0.88% | - |
| HSV(B) | 143.64º | 0.14% | 0.95% | - |
| XYZ | 70.52 | 81.54 | 80.43 | - |
| YUV | 228.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 221 | 0.14 | 0 | 0.08 | 0.05 | 143.64 | 0.54 | 0.88 |
| Hex | D0 | F1 | DD | E | 0 | 8 | 5 | 90 | 36 | 58 |
| Octal | 320 | 361 | 335 | 16 | 0 | 10 | 5 | 220 | 66 | 130 |
| Binary | 11010000 | 11110001 | 11011101 | 1110 | 0 | 1000 | 101 | 10010000 | 110110 | 1011000 |
Color Harmonies of #D0F1DD
Complementary color
Monochromatic Colors of #D0F1DD
Black with #D0F1DD
Text Example
Text Example
White with #D0F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1DD; }
p { color: rgb(208,241,221); }
H1.HeaderClassName
{
color: #D0F1DD;
}
.AnyTagClassName
{
color: #D0F1DD;
}
</style>
background-color css
<style>
a { background-color: #D0F1DD; }
a { background-color: rgb(208,241,221); }
div.DivClassName
{
background-color: #D0F1DD;
}
.BgClassName
{
background-color: #D0F1DD;
}
</style>
border-color css
<style>
span { border-color: #D0F1DD; }
span { border-color: rgb(208,241,221); }
td.TdClassName
{
border-color: #D0F1DD;
}
.TagClassName
{
border-color: #D0F1DD;
}
</style>