Shades of White Ice #DBFBEA
Tints of White Ice #DBFBEA
RGB
CMYK
RGB Variations
Color information
#DBFBEA (or 0xDBFBEA) is known color: White Ice. HEX triplet: DB, FB and EA. RGB value is (219,251,234). Sum of RGB (Red+Green+Blue) = 219+251+234=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBEA is #240415. Grayscale: #EFEFEF. Windows color (decimal): -2360342 or 15399899. OLE color: 15399899.
HSL color Cylindrical-coordinate representation of color #DBFBEA: hue angle of 148.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBEA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 234 | - |
CMYK | 0.13 | 0 | 0.07 | 0.02 |
HSL | 148.13º | 0.8% | 0.92% | - |
HSV(B) | 148.13º | 0.13% | 0.98% | - |
XYZ | 78.56 | 89.99 | 91.07 | - |
YUV | 239.49 | 124.9 | 113.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 234 | 0.13 | 0 | 0.07 | 0.02 | 148.13 | 0.8 | 0.92 |
Hex | DB | FB | EA | D | 0 | 7 | 2 | 94 | 50 | 5C |
Octal | 333 | 373 | 352 | 15 | 0 | 7 | 2 | 224 | 120 | 134 |
Binary | 11011011 | 11111011 | 11101010 | 1101 | 0 | 111 | 10 | 10010100 | 1010000 | 1011100 |
Color Harmonies of #DBFBEA
Complementary color
Monochromatic Colors of #DBFBEA
Black with #DBFBEA
Text Example
Text Example
White with #DBFBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBEA; }
p { color: rgb(219,251,234); }
H1.HeaderClassName
{
color: #DBFBEA;
}
.AnyTagClassName
{
color: #DBFBEA;
}
</style>
background-color css
<style>
a { background-color: #DBFBEA; }
a { background-color: rgb(219,251,234); }
div.DivClassName
{
background-color: #DBFBEA;
}
.BgClassName
{
background-color: #DBFBEA;
}
</style>
border-color css
<style>
span { border-color: #DBFBEA; }
span { border-color: rgb(219,251,234); }
td.TdClassName
{
border-color: #DBFBEA;
}
.TagClassName
{
border-color: #DBFBEA;
}
</style>