Shades of White Ice #DBFCEB
Tints of White Ice #DBFCEB
RGB
CMYK
RGB Variations
Color information
#DBFCEB (or 0xDBFCEB) is known color: White Ice. HEX triplet: DB, FC and EB. RGB value is (219,252,235). Sum of RGB (Red+Green+Blue) = 219+252+235=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCEB is #240314. Grayscale: #F0F0F0. Windows color (decimal): -2360085 or 15465691. OLE color: 15465691.
HSL color Cylindrical-coordinate representation of color #DBFCEB: hue angle of 149.09º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCEB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 235 | - |
CMYK | 0.13 | 0 | 0.07 | 0.01 |
HSL | 149.09º | 0.85% | 0.92% | - |
HSV(B) | 149.09º | 0.13% | 0.99% | - |
XYZ | 79.02 | 90.68 | 91.94 | - |
YUV | 240.2 | 125.07 | 112.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 235 | 0.13 | 0 | 0.07 | 0.01 | 149.09 | 0.85 | 0.92 |
Hex | DB | FC | EB | D | 0 | 7 | 1 | 95 | 55 | 5C |
Octal | 333 | 374 | 353 | 15 | 0 | 7 | 1 | 225 | 125 | 134 |
Binary | 11011011 | 11111100 | 11101011 | 1101 | 0 | 111 | 1 | 10010101 | 1010101 | 1011100 |
Color Harmonies of #DBFCEB
Complementary color
Monochromatic Colors of #DBFCEB
Black with #DBFCEB
Text Example
Text Example
White with #DBFCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCEB; }
p { color: rgb(219,252,235); }
H1.HeaderClassName
{
color: #DBFCEB;
}
.AnyTagClassName
{
color: #DBFCEB;
}
</style>
background-color css
<style>
a { background-color: #DBFCEB; }
a { background-color: rgb(219,252,235); }
div.DivClassName
{
background-color: #DBFCEB;
}
.BgClassName
{
background-color: #DBFCEB;
}
</style>
border-color css
<style>
span { border-color: #DBFCEB; }
span { border-color: rgb(219,252,235); }
td.TdClassName
{
border-color: #DBFCEB;
}
.TagClassName
{
border-color: #DBFCEB;
}
</style>