Shades of White Ice #DBFFEC
Tints of White Ice #DBFFEC
RGB
CMYK
RGB Variations
Color information
#DBFFEC (or 0xDBFFEC) is known color: White Ice. HEX triplet: DB, FF and EC. RGB value is (219,255,236). Sum of RGB (Red+Green+Blue) = 219+255+236=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFEC is #240013. Grayscale: #F2F2F2. Windows color (decimal): -2359316 or 15531995. OLE color: 15531995.
HSL color Cylindrical-coordinate representation of color #DBFFEC: hue angle of 148.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFEC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 236 | - |
CMYK | 0.14 | 0 | 0.07 | 0 |
HSL | 148.33º | 1% | 0.93% | - |
HSV(B) | 148.33º | 0.14% | 1% | - |
XYZ | 80.11 | 92.64 | 93.02 | - |
YUV | 242.07 | 124.57 | 111.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 236 | 0.14 | 0 | 0.07 | 0 | 148.33 | 1 | 0.93 |
Hex | DB | FF | EC | E | 0 | 7 | 0 | 94 | 64 | 5D |
Octal | 333 | 377 | 354 | 16 | 0 | 7 | 0 | 224 | 144 | 135 |
Binary | 11011011 | 11111111 | 11101100 | 1110 | 0 | 111 | 0 | 10010100 | 1100100 | 1011101 |
Color Harmonies of #DBFFEC
Complementary color
Monochromatic Colors of #DBFFEC
Black with #DBFFEC
Text Example
Text Example
White with #DBFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFEC; }
p { color: rgb(219,255,236); }
H1.HeaderClassName
{
color: #DBFFEC;
}
.AnyTagClassName
{
color: #DBFFEC;
}
</style>
background-color css
<style>
a { background-color: #DBFFEC; }
a { background-color: rgb(219,255,236); }
div.DivClassName
{
background-color: #DBFFEC;
}
.BgClassName
{
background-color: #DBFFEC;
}
</style>
border-color css
<style>
span { border-color: #DBFFEC; }
span { border-color: rgb(219,255,236); }
td.TdClassName
{
border-color: #DBFFEC;
}
.TagClassName
{
border-color: #DBFFEC;
}
</style>