Shades of White Ice #D0F9E2
Tints of White Ice #D0F9E2
RGB
CMYK
RGB Variations
Color information
#D0F9E2 (or 0xD0F9E2) is known color: White Ice. HEX triplet: D0, F9 and E2. RGB value is (208,249,226). Sum of RGB (Red+Green+Blue) = 208+249+226=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9E2 is #2F061D. Grayscale: #EAEAEA. Windows color (decimal): -3081758 or 14875088. OLE color: 14875088.
HSL color Cylindrical-coordinate representation of color #D0F9E2: hue angle of 146.34º 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 #D0F9E2 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 208 | 249 | 226 | - |
CMYK | 0.16 | 0 | 0.09 | 0.02 |
HSL | 146.34º | 0.77% | 0.9% | - |
HSV(B) | 146.34º | 0.16% | 0.98% | - |
XYZ | 73.62 | 86.65 | 84.8 | - |
YUV | 234.12 | 123.42 | 109.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 249 | 226 | 0.16 | 0 | 0.09 | 0.02 | 146.34 | 0.77 | 0.9 |
Hex | D0 | F9 | E2 | 10 | 0 | 9 | 2 | 92 | 4D | 5A |
Octal | 320 | 371 | 342 | 20 | 0 | 11 | 2 | 222 | 115 | 132 |
Binary | 11010000 | 11111001 | 11100010 | 10000 | 0 | 1001 | 10 | 10010010 | 1001101 | 1011010 |
Color Harmonies of #D0F9E2
Complementary color
Monochromatic Colors of #D0F9E2
Black with #D0F9E2
Text Example
Text Example
White with #D0F9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9E2; }
p { color: rgb(208,249,226); }
H1.HeaderClassName
{
color: #D0F9E2;
}
.AnyTagClassName
{
color: #D0F9E2;
}
</style>
background-color css
<style>
a { background-color: #D0F9E2; }
a { background-color: rgb(208,249,226); }
div.DivClassName
{
background-color: #D0F9E2;
}
.BgClassName
{
background-color: #D0F9E2;
}
</style>
border-color css
<style>
span { border-color: #D0F9E2; }
span { border-color: rgb(208,249,226); }
td.TdClassName
{
border-color: #D0F9E2;
}
.TagClassName
{
border-color: #D0F9E2;
}
</style>