Shades of White Ice #DBFEEC
Tints of White Ice #DBFEEC
RGB
CMYK
RGB Variations
Color information
#DBFEEC (or 0xDBFEEC) is known color: White Ice. HEX triplet: DB, FE and EC. RGB value is (219,254,236). Sum of RGB (Red+Green+Blue) = 219+254+236=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEEC is #240113. Grayscale: #F1F1F1. Windows color (decimal): -2359572 or 15531739. OLE color: 15531739.
HSL color Cylindrical-coordinate representation of color #DBFEEC: hue angle of 149.14º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEEC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 236 | - |
CMYK | 0.14 | 0 | 0.07 | 0.00 |
HSL | 149.14º | 0.95% | 0.93% | - |
HSV(B) | 149.14º | 0.14% | 1% | - |
XYZ | 79.8 | 92 | 92.91 | - |
YUV | 241.48 | 124.9 | 111.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 236 | 0.14 | 0 | 0.07 | 0.00 | 149.14 | 0.95 | 0.93 |
Hex | DB | FE | EC | E | 0 | 7 | 0 | 95 | 5F | 5D |
Octal | 333 | 376 | 354 | 16 | 0 | 7 | 0 | 225 | 137 | 135 |
Binary | 11011011 | 11111110 | 11101100 | 1110 | 0 | 111 | 0 | 10010101 | 1011111 | 1011101 |
Color Harmonies of #DBFEEC
Complementary color
Monochromatic Colors of #DBFEEC
Black with #DBFEEC
Text Example
Text Example
White with #DBFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEEC; }
p { color: rgb(219,254,236); }
H1.HeaderClassName
{
color: #DBFEEC;
}
.AnyTagClassName
{
color: #DBFEEC;
}
</style>
background-color css
<style>
a { background-color: #DBFEEC; }
a { background-color: rgb(219,254,236); }
div.DivClassName
{
background-color: #DBFEEC;
}
.BgClassName
{
background-color: #DBFEEC;
}
</style>
border-color css
<style>
span { border-color: #DBFEEC; }
span { border-color: rgb(219,254,236); }
td.TdClassName
{
border-color: #DBFEEC;
}
.TagClassName
{
border-color: #DBFEEC;
}
</style>