Shades of White Ice #D0FEE3
Tints of White Ice #D0FEE3
RGB
CMYK
RGB Variations
Color information
#D0FEE3 (or 0xD0FEE3) is known color: White Ice. HEX triplet: D0, FE and E3. RGB value is (208,254,227). Sum of RGB (Red+Green+Blue) = 208+254+227=689 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.19% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 227 (89.06% from 255 or 32.95% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEE3 is #2F011C. Grayscale: #EDEDED. Windows color (decimal): -3080477 or 14941904. OLE color: 14941904.
HSL color Cylindrical-coordinate representation of color #D0FEE3: hue angle of 144.78º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEE3 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 227 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.00 |
| HSL | 144.78º | 0.96% | 0.91% | - |
| HSV(B) | 144.78º | 0.18% | 1% | - |
| XYZ | 75.32 | 89.84 | 86.04 | - |
| YUV | 237.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 227 | 0.18 | 0 | 0.11 | 0.00 | 144.78 | 0.96 | 0.91 |
| Hex | D0 | FE | E3 | 12 | 0 | B | 0 | 91 | 60 | 5B |
| Octal | 320 | 376 | 343 | 22 | 0 | 13 | 0 | 221 | 140 | 133 |
| Binary | 11010000 | 11111110 | 11100011 | 10010 | 0 | 1011 | 0 | 10010001 | 1100000 | 1011011 |
Color Harmonies of #D0FEE3
Complementary color
Monochromatic Colors of #D0FEE3
Black with #D0FEE3
Text Example
Text Example
White with #D0FEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEE3; }
p { color: rgb(208,254,227); }
H1.HeaderClassName
{
color: #D0FEE3;
}
.AnyTagClassName
{
color: #D0FEE3;
}
</style>
background-color css
<style>
a { background-color: #D0FEE3; }
a { background-color: rgb(208,254,227); }
div.DivClassName
{
background-color: #D0FEE3;
}
.BgClassName
{
background-color: #D0FEE3;
}
</style>
border-color css
<style>
span { border-color: #D0FEE3; }
span { border-color: rgb(208,254,227); }
td.TdClassName
{
border-color: #D0FEE3;
}
.TagClassName
{
border-color: #D0FEE3;
}
</style>