Shades of White Ice #DBFBEC
Tints of White Ice #DBFBEC
RGB
CMYK
RGB Variations
Color information
#DBFBEC (or 0xDBFBEC) is known color: White Ice. HEX triplet: DB, FB and EC. RGB value is (219,251,236). Sum of RGB (Red+Green+Blue) = 219+251+236=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBEC is #240413. Grayscale: #EFEFEF. Windows color (decimal): -2360340 or 15530971. OLE color: 15530971.
HSL color Cylindrical-coordinate representation of color #DBFBEC: hue angle of 151.88º 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 #DBFBEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 236 | - |
CMYK | 0.13 | 0 | 0.06 | 0.02 |
HSL | 151.88º | 0.8% | 0.92% | - |
HSV(B) | 151.88º | 0.13% | 0.98% | - |
XYZ | 78.85 | 90.11 | 92.59 | - |
YUV | 239.72 | 125.9 | 113.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 236 | 0.13 | 0 | 0.06 | 0.02 | 151.88 | 0.8 | 0.92 |
Hex | DB | FB | EC | D | 0 | 6 | 2 | 98 | 50 | 5C |
Octal | 333 | 373 | 354 | 15 | 0 | 6 | 2 | 230 | 120 | 134 |
Binary | 11011011 | 11111011 | 11101100 | 1101 | 0 | 110 | 10 | 10011000 | 1010000 | 1011100 |
Color Harmonies of #DBFBEC
Complementary color
Monochromatic Colors of #DBFBEC
Black with #DBFBEC
Text Example
Text Example
White with #DBFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBEC; }
p { color: rgb(219,251,236); }
H1.HeaderClassName
{
color: #DBFBEC;
}
.AnyTagClassName
{
color: #DBFBEC;
}
</style>
background-color css
<style>
a { background-color: #DBFBEC; }
a { background-color: rgb(219,251,236); }
div.DivClassName
{
background-color: #DBFBEC;
}
.BgClassName
{
background-color: #DBFBEC;
}
</style>
border-color css
<style>
span { border-color: #DBFBEC; }
span { border-color: rgb(219,251,236); }
td.TdClassName
{
border-color: #DBFBEC;
}
.TagClassName
{
border-color: #DBFBEC;
}
</style>