Shades of White Ice #D0FBE3
Tints of White Ice #D0FBE3
RGB
CMYK
RGB Variations
Color information
#D0FBE3 (or 0xD0FBE3) is known color: White Ice. HEX triplet: D0, FB and E3. RGB value is (208,251,227). Sum of RGB (Red+Green+Blue) = 208+251+227=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBE3 is #2F041C. Grayscale: #EBEBEB. Windows color (decimal): -3081245 or 14941136. OLE color: 14941136.
HSL color Cylindrical-coordinate representation of color #D0FBE3: hue angle of 146.51º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FBE3 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 227 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.02 |
| HSL | 146.51º | 0.84% | 0.9% | - |
| HSV(B) | 146.51º | 0.17% | 0.98% | - |
| XYZ | 74.37 | 87.95 | 85.73 | - |
| YUV | 235.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 227 | 0.17 | 0 | 0.10 | 0.02 | 146.51 | 0.84 | 0.9 |
| Hex | D0 | FB | E3 | 11 | 0 | A | 2 | 93 | 54 | 5A |
| Octal | 320 | 373 | 343 | 21 | 0 | 12 | 2 | 223 | 124 | 132 |
| Binary | 11010000 | 11111011 | 11100011 | 10001 | 0 | 1010 | 10 | 10010011 | 1010100 | 1011010 |
Color Harmonies of #D0FBE3
Complementary color
Monochromatic Colors of #D0FBE3
Black with #D0FBE3
Text Example
Text Example
White with #D0FBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBE3; }
p { color: rgb(208,251,227); }
H1.HeaderClassName
{
color: #D0FBE3;
}
.AnyTagClassName
{
color: #D0FBE3;
}
</style>
background-color css
<style>
a { background-color: #D0FBE3; }
a { background-color: rgb(208,251,227); }
div.DivClassName
{
background-color: #D0FBE3;
}
.BgClassName
{
background-color: #D0FBE3;
}
</style>
border-color css
<style>
span { border-color: #D0FBE3; }
span { border-color: rgb(208,251,227); }
td.TdClassName
{
border-color: #D0FBE3;
}
.TagClassName
{
border-color: #D0FBE3;
}
</style>