Shades of White Ice #DBFDEB
Tints of White Ice #DBFDEB
RGB
CMYK
RGB Variations
Color information
#DBFDEB (or 0xDBFDEB) is known color: White Ice. HEX triplet: DB, FD and EB. RGB value is (219,253,235). Sum of RGB (Red+Green+Blue) = 219+253+235=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDEB is #240214. Grayscale: #F0F0F0. Windows color (decimal): -2359829 or 15465947. OLE color: 15465947.
HSL color Cylindrical-coordinate representation of color #DBFDEB: hue angle of 148.24º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFDEB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 235 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.01 |
| HSL | 148.24º | 0.89% | 0.93% | - |
| HSV(B) | 148.24º | 0.13% | 0.99% | - |
| XYZ | 79.33 | 91.31 | 92.04 | - |
| YUV | 240.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 235 | 0.13 | 0 | 0.07 | 0.01 | 148.24 | 0.89 | 0.93 |
| Hex | DB | FD | EB | D | 0 | 7 | 1 | 94 | 59 | 5D |
| Octal | 333 | 375 | 353 | 15 | 0 | 7 | 1 | 224 | 131 | 135 |
| Binary | 11011011 | 11111101 | 11101011 | 1101 | 0 | 111 | 1 | 10010100 | 1011001 | 1011101 |
Color Harmonies of #DBFDEB
Complementary color
Monochromatic Colors of #DBFDEB
Black with #DBFDEB
Text Example
Text Example
White with #DBFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDEB; }
p { color: rgb(219,253,235); }
H1.HeaderClassName
{
color: #DBFDEB;
}
.AnyTagClassName
{
color: #DBFDEB;
}
</style>
background-color css
<style>
a { background-color: #DBFDEB; }
a { background-color: rgb(219,253,235); }
div.DivClassName
{
background-color: #DBFDEB;
}
.BgClassName
{
background-color: #DBFDEB;
}
</style>
border-color css
<style>
span { border-color: #DBFDEB; }
span { border-color: rgb(219,253,235); }
td.TdClassName
{
border-color: #DBFDEB;
}
.TagClassName
{
border-color: #DBFDEB;
}
</style>