Shades of White Ice #DBFBEB
Tints of White Ice #DBFBEB
RGB
CMYK
RGB Variations
Color information
#DBFBEB (or 0xDBFBEB) is known color: White Ice. HEX triplet: DB, FB and EB. RGB value is (219,251,235). Sum of RGB (Red+Green+Blue) = 219+251+235=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBEB is #240414. Grayscale: #EFEFEF. Windows color (decimal): -2360341 or 15465435. OLE color: 15465435.
HSL color Cylindrical-coordinate representation of color #DBFBEB: hue angle of 150º 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 #DBFBEB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 235 | - |
CMYK | 0.13 | 0 | 0.06 | 0.02 |
HSL | 150º | 0.8% | 0.92% | - |
HSV(B) | 150º | 0.13% | 0.98% | - |
XYZ | 78.71 | 90.05 | 91.83 | - |
YUV | 239.61 | 125.4 | 113.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 235 | 0.13 | 0 | 0.06 | 0.02 | 150 | 0.8 | 0.92 |
Hex | DB | FB | EB | D | 0 | 6 | 2 | 96 | 50 | 5C |
Octal | 333 | 373 | 353 | 15 | 0 | 6 | 2 | 226 | 120 | 134 |
Binary | 11011011 | 11111011 | 11101011 | 1101 | 0 | 110 | 10 | 10010110 | 1010000 | 1011100 |
Color Harmonies of #DBFBEB
Complementary color
Monochromatic Colors of #DBFBEB
Black with #DBFBEB
Text Example
Text Example
White with #DBFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBEB; }
p { color: rgb(219,251,235); }
H1.HeaderClassName
{
color: #DBFBEB;
}
.AnyTagClassName
{
color: #DBFBEB;
}
</style>
background-color css
<style>
a { background-color: #DBFBEB; }
a { background-color: rgb(219,251,235); }
div.DivClassName
{
background-color: #DBFBEB;
}
.BgClassName
{
background-color: #DBFBEB;
}
</style>
border-color css
<style>
span { border-color: #DBFBEB; }
span { border-color: rgb(219,251,235); }
td.TdClassName
{
border-color: #DBFBEB;
}
.TagClassName
{
border-color: #DBFBEB;
}
</style>