Shades of White Ice #DBFDEC
Tints of White Ice #DBFDEC
RGB
CMYK
RGB Variations
Color information
#DBFDEC (or 0xDBFDEC) is known color: White Ice. HEX triplet: DB, FD and EC. RGB value is (219,253,236). Sum of RGB (Red+Green+Blue) = 219+253+236=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDEC is #240213. Grayscale: #F0F0F0. Windows color (decimal): -2359828 or 15531483. OLE color: 15531483.
HSL color Cylindrical-coordinate representation of color #DBFDEC: hue angle of 150º 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 #DBFDEC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 236 | - |
CMYK | 0.13 | 0 | 0.07 | 0.01 |
HSL | 150º | 0.89% | 0.93% | - |
HSV(B) | 150º | 0.13% | 0.99% | - |
XYZ | 79.48 | 91.37 | 92.8 | - |
YUV | 240.9 | 125.24 | 112.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 236 | 0.13 | 0 | 0.07 | 0.01 | 150 | 0.89 | 0.93 |
Hex | DB | FD | EC | D | 0 | 7 | 1 | 96 | 59 | 5D |
Octal | 333 | 375 | 354 | 15 | 0 | 7 | 1 | 226 | 131 | 135 |
Binary | 11011011 | 11111101 | 11101100 | 1101 | 0 | 111 | 1 | 10010110 | 1011001 | 1011101 |
Color Harmonies of #DBFDEC
Complementary color
Monochromatic Colors of #DBFDEC
Black with #DBFDEC
Text Example
Text Example
White with #DBFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDEC; }
p { color: rgb(219,253,236); }
H1.HeaderClassName
{
color: #DBFDEC;
}
.AnyTagClassName
{
color: #DBFDEC;
}
</style>
background-color css
<style>
a { background-color: #DBFDEC; }
a { background-color: rgb(219,253,236); }
div.DivClassName
{
background-color: #DBFDEC;
}
.BgClassName
{
background-color: #DBFDEC;
}
</style>
border-color css
<style>
span { border-color: #DBFDEC; }
span { border-color: rgb(219,253,236); }
td.TdClassName
{
border-color: #DBFDEC;
}
.TagClassName
{
border-color: #DBFDEC;
}
</style>