Shades of White Ice #DBF7EA
Tints of White Ice #DBF7EA
RGB
CMYK
RGB Variations
Color information
#DBF7EA (or 0xDBF7EA) is known color: White Ice. HEX triplet: DB, F7 and EA. RGB value is (219,247,234). Sum of RGB (Red+Green+Blue) = 219+247+234=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF7EA is #240815. Grayscale: #EDEDED. Windows color (decimal): -2361366 or 15398875. OLE color: 15398875.
HSL color Cylindrical-coordinate representation of color #DBF7EA: hue angle of 152.14º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF7EA is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 234 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.03 |
| HSL | 152.14º | 0.64% | 0.91% | - |
| HSV(B) | 152.14º | 0.11% | 0.97% | - |
| XYZ | 77.33 | 87.52 | 90.66 | - |
| YUV | 237.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 234 | 0.11 | 0 | 0.05 | 0.03 | 152.14 | 0.64 | 0.91 |
| Hex | DB | F7 | EA | B | 0 | 5 | 3 | 98 | 40 | 5B |
| Octal | 333 | 367 | 352 | 13 | 0 | 5 | 3 | 230 | 100 | 133 |
| Binary | 11011011 | 11110111 | 11101010 | 1011 | 0 | 101 | 11 | 10011000 | 1000000 | 1011011 |
Color Harmonies of #DBF7EA
Complementary color
Monochromatic Colors of #DBF7EA
Black with #DBF7EA
Text Example
Text Example
White with #DBF7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7EA; }
p { color: rgb(219,247,234); }
H1.HeaderClassName
{
color: #DBF7EA;
}
.AnyTagClassName
{
color: #DBF7EA;
}
</style>
background-color css
<style>
a { background-color: #DBF7EA; }
a { background-color: rgb(219,247,234); }
div.DivClassName
{
background-color: #DBF7EA;
}
.BgClassName
{
background-color: #DBF7EA;
}
</style>
border-color css
<style>
span { border-color: #DBF7EA; }
span { border-color: rgb(219,247,234); }
td.TdClassName
{
border-color: #DBF7EA;
}
.TagClassName
{
border-color: #DBF7EA;
}
</style>