Shades of White Ice #DBFCEC
Tints of White Ice #DBFCEC
RGB
CMYK
RGB Variations
Color information
#DBFCEC (or 0xDBFCEC) is known color: White Ice. HEX triplet: DB, FC and EC. RGB value is (219,252,236). Sum of RGB (Red+Green+Blue) = 219+252+236=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCEC is #240313. Grayscale: #F0F0F0. Windows color (decimal): -2360084 or 15531227. OLE color: 15531227.
HSL color Cylindrical-coordinate representation of color #DBFCEC: hue angle of 150.91º 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 #DBFCEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 236 | - |
CMYK | 0.13 | 0 | 0.06 | 0.01 |
HSL | 150.91º | 0.85% | 0.92% | - |
HSV(B) | 150.91º | 0.13% | 0.99% | - |
XYZ | 79.16 | 90.74 | 92.7 | - |
YUV | 240.31 | 125.57 | 112.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 236 | 0.13 | 0 | 0.06 | 0.01 | 150.91 | 0.85 | 0.92 |
Hex | DB | FC | EC | D | 0 | 6 | 1 | 97 | 55 | 5C |
Octal | 333 | 374 | 354 | 15 | 0 | 6 | 1 | 227 | 125 | 134 |
Binary | 11011011 | 11111100 | 11101100 | 1101 | 0 | 110 | 1 | 10010111 | 1010101 | 1011100 |
Color Harmonies of #DBFCEC
Complementary color
Monochromatic Colors of #DBFCEC
Black with #DBFCEC
Text Example
Text Example
White with #DBFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCEC; }
p { color: rgb(219,252,236); }
H1.HeaderClassName
{
color: #DBFCEC;
}
.AnyTagClassName
{
color: #DBFCEC;
}
</style>
background-color css
<style>
a { background-color: #DBFCEC; }
a { background-color: rgb(219,252,236); }
div.DivClassName
{
background-color: #DBFCEC;
}
.BgClassName
{
background-color: #DBFCEC;
}
</style>
border-color css
<style>
span { border-color: #DBFCEC; }
span { border-color: rgb(219,252,236); }
td.TdClassName
{
border-color: #DBFCEC;
}
.TagClassName
{
border-color: #DBFCEC;
}
</style>