Shades of White Ice #DBF1E7
Tints of White Ice #DBF1E7
RGB
CMYK
RGB Variations
Color information
#DBF1E7 (or 0xDBF1E7) is known color: White Ice. HEX triplet: DB, F1 and E7. RGB value is (219,241,231). Sum of RGB (Red+Green+Blue) = 219+241+231=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1E7 is #240E18. Grayscale: #E9E9E9. Windows color (decimal): -2362905 or 15200731. OLE color: 15200731.
HSL color Cylindrical-coordinate representation of color #DBF1E7: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1E7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 231 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.05 |
| HSL | 152.73º | 0.44% | 0.9% | - |
| HSV(B) | 152.73º | 0.09% | 0.95% | - |
| XYZ | 75.09 | 83.74 | 87.81 | - |
| YUV | 233.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 231 | 0.09 | 0 | 0.04 | 0.05 | 152.73 | 0.44 | 0.9 |
| Hex | DB | F1 | E7 | 9 | 0 | 4 | 5 | 99 | 2C | 5A |
| Octal | 333 | 361 | 347 | 11 | 0 | 4 | 5 | 231 | 54 | 132 |
| Binary | 11011011 | 11110001 | 11100111 | 1001 | 0 | 100 | 101 | 10011001 | 101100 | 1011010 |
Color Harmonies of #DBF1E7
Complementary color
Monochromatic Colors of #DBF1E7
Black with #DBF1E7
Text Example
Text Example
White with #DBF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1E7; }
p { color: rgb(219,241,231); }
H1.HeaderClassName
{
color: #DBF1E7;
}
.AnyTagClassName
{
color: #DBF1E7;
}
</style>
background-color css
<style>
a { background-color: #DBF1E7; }
a { background-color: rgb(219,241,231); }
div.DivClassName
{
background-color: #DBF1E7;
}
.BgClassName
{
background-color: #DBF1E7;
}
</style>
border-color css
<style>
span { border-color: #DBF1E7; }
span { border-color: rgb(219,241,231); }
td.TdClassName
{
border-color: #DBF1E7;
}
.TagClassName
{
border-color: #DBF1E7;
}
</style>