Shades of White Ice #DBFAE9
Tints of White Ice #DBFAE9
RGB
CMYK
RGB Variations
Color information
#DBFAE9 (or 0xDBFAE9) is known color: White Ice. HEX triplet: DB, FA and E9. RGB value is (219,250,233). Sum of RGB (Red+Green+Blue) = 219+250+233=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 233 (91.41% from 255 or 33.19% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAE9 is #240516. Grayscale: #EEEEEE. Windows color (decimal): -2360599 or 15334107. OLE color: 15334107.
HSL color Cylindrical-coordinate representation of color #DBFAE9: hue angle of 147.1º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFAE9 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 233 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.02 |
| HSL | 147.1º | 0.76% | 0.92% | - |
| HSV(B) | 147.1º | 0.12% | 0.98% | - |
| XYZ | 78.11 | 89.31 | 90.21 | - |
| YUV | 238.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 233 | 0.12 | 0 | 0.07 | 0.02 | 147.1 | 0.76 | 0.92 |
| Hex | DB | FA | E9 | C | 0 | 7 | 2 | 93 | 4C | 5C |
| Octal | 333 | 372 | 351 | 14 | 0 | 7 | 2 | 223 | 114 | 134 |
| Binary | 11011011 | 11111010 | 11101001 | 1100 | 0 | 111 | 10 | 10010011 | 1001100 | 1011100 |
Color Harmonies of #DBFAE9
Complementary color
Monochromatic Colors of #DBFAE9
Black with #DBFAE9
Text Example
Text Example
White with #DBFAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAE9; }
p { color: rgb(219,250,233); }
H1.HeaderClassName
{
color: #DBFAE9;
}
.AnyTagClassName
{
color: #DBFAE9;
}
</style>
background-color css
<style>
a { background-color: #DBFAE9; }
a { background-color: rgb(219,250,233); }
div.DivClassName
{
background-color: #DBFAE9;
}
.BgClassName
{
background-color: #DBFAE9;
}
</style>
border-color css
<style>
span { border-color: #DBFAE9; }
span { border-color: rgb(219,250,233); }
td.TdClassName
{
border-color: #DBFAE9;
}
.TagClassName
{
border-color: #DBFAE9;
}
</style>