Shades of White Ice #DBFAEC
Tints of White Ice #DBFAEC
RGB
CMYK
RGB Variations
Color information
#DBFAEC (or 0xDBFAEC) is known color: White Ice. HEX triplet: DB, FA and EC. RGB value is (219,250,236). Sum of RGB (Red+Green+Blue) = 219+250+236=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAEC is #240513. Grayscale: #EFEFEF. Windows color (decimal): -2360596 or 15530715. OLE color: 15530715.
HSL color Cylindrical-coordinate representation of color #DBFAEC: hue angle of 152.9º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFAEC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 250 | 236 | - |
CMYK | 0.12 | 0 | 0.06 | 0.02 |
HSL | 152.9º | 0.76% | 0.92% | - |
HSV(B) | 152.9º | 0.12% | 0.98% | - |
XYZ | 78.54 | 89.49 | 92.49 | - |
YUV | 239.14 | 126.23 | 113.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 250 | 236 | 0.12 | 0 | 0.06 | 0.02 | 152.9 | 0.76 | 0.92 |
Hex | DB | FA | EC | C | 0 | 6 | 2 | 99 | 4C | 5C |
Octal | 333 | 372 | 354 | 14 | 0 | 6 | 2 | 231 | 114 | 134 |
Binary | 11011011 | 11111010 | 11101100 | 1100 | 0 | 110 | 10 | 10011001 | 1001100 | 1011100 |
Color Harmonies of #DBFAEC
Complementary color
Monochromatic Colors of #DBFAEC
Black with #DBFAEC
Text Example
Text Example
White with #DBFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAEC; }
p { color: rgb(219,250,236); }
H1.HeaderClassName
{
color: #DBFAEC;
}
.AnyTagClassName
{
color: #DBFAEC;
}
</style>
background-color css
<style>
a { background-color: #DBFAEC; }
a { background-color: rgb(219,250,236); }
div.DivClassName
{
background-color: #DBFAEC;
}
.BgClassName
{
background-color: #DBFAEC;
}
</style>
border-color css
<style>
span { border-color: #DBFAEC; }
span { border-color: rgb(219,250,236); }
td.TdClassName
{
border-color: #DBFAEC;
}
.TagClassName
{
border-color: #DBFAEC;
}
</style>