Shades of Frostee #DBECC9
Tints of Frostee #DBECC9
RGB
CMYK
RGB Variations
Color information
#DBECC9 (or 0xDBECC9) is known color: Frostee. HEX triplet: DB, EC and C9. RGB value is (219,236,201). Sum of RGB (Red+Green+Blue) = 219+236+201=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECC9 is #241336. Grayscale: #E3E3E3. Windows color (decimal): -2364215 or 13233371. OLE color: 13233371.
HSL color Cylindrical-coordinate representation of color #DBECC9: hue angle of 89.14º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBECC9 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 201 | - |
CMYK | 0.07 | 0 | 0.15 | 0.07 |
HSL | 89.14º | 0.48% | 0.86% | - |
HSV(B) | 89.14º | 0.15% | 0.93% | - |
XYZ | 69.75 | 79.27 | 66.88 | - |
YUV | 226.93 | 113.37 | 122.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 201 | 0.07 | 0 | 0.15 | 0.07 | 89.14 | 0.48 | 0.86 |
Hex | DB | EC | C9 | 7 | 0 | F | 7 | 59 | 30 | 56 |
Octal | 333 | 354 | 311 | 7 | 0 | 17 | 7 | 131 | 60 | 126 |
Binary | 11011011 | 11101100 | 11001001 | 111 | 0 | 1111 | 111 | 1011001 | 110000 | 1010110 |
Color Harmonies of #DBECC9
Complementary color
Monochromatic Colors of #DBECC9
Black with #DBECC9
Text Example
Text Example
White with #DBECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECC9; }
p { color: rgb(219,236,201); }
H1.HeaderClassName
{
color: #DBECC9;
}
.AnyTagClassName
{
color: #DBECC9;
}
</style>
background-color css
<style>
a { background-color: #DBECC9; }
a { background-color: rgb(219,236,201); }
div.DivClassName
{
background-color: #DBECC9;
}
.BgClassName
{
background-color: #DBECC9;
}
</style>
border-color css
<style>
span { border-color: #DBECC9; }
span { border-color: rgb(219,236,201); }
td.TdClassName
{
border-color: #DBECC9;
}
.TagClassName
{
border-color: #DBECC9;
}
</style>