Shades of Frostee #DBECC8
Tints of Frostee #DBECC8
RGB
CMYK
RGB Variations
Color information
#DBECC8 (or 0xDBECC8) is known color: Frostee. HEX triplet: DB, EC and C8. RGB value is (219,236,200). Sum of RGB (Red+Green+Blue) = 219+236+200=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECC8 is #241337. Grayscale: #E2E2E2. Windows color (decimal): -2364216 or 13167835. OLE color: 13167835.
HSL color Cylindrical-coordinate representation of color #DBECC8: hue angle of 88.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBECC8 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 200 | - |
CMYK | 0.07 | 0 | 0.15 | 0.07 |
HSL | 88.33º | 0.49% | 0.85% | - |
HSV(B) | 88.33º | 0.15% | 0.93% | - |
XYZ | 69.63 | 79.22 | 66.26 | - |
YUV | 226.81 | 112.87 | 122.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 200 | 0.07 | 0 | 0.15 | 0.07 | 88.33 | 0.49 | 0.85 |
Hex | DB | EC | C8 | 7 | 0 | F | 7 | 58 | 31 | 55 |
Octal | 333 | 354 | 310 | 7 | 0 | 17 | 7 | 130 | 61 | 125 |
Binary | 11011011 | 11101100 | 11001000 | 111 | 0 | 1111 | 111 | 1011000 | 110001 | 1010101 |
Color Harmonies of #DBECC8
Complementary color
Monochromatic Colors of #DBECC8
Black with #DBECC8
Text Example
Text Example
White with #DBECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECC8; }
p { color: rgb(219,236,200); }
H1.HeaderClassName
{
color: #DBECC8;
}
.AnyTagClassName
{
color: #DBECC8;
}
</style>
background-color css
<style>
a { background-color: #DBECC8; }
a { background-color: rgb(219,236,200); }
div.DivClassName
{
background-color: #DBECC8;
}
.BgClassName
{
background-color: #DBECC8;
}
</style>
border-color css
<style>
span { border-color: #DBECC8; }
span { border-color: rgb(219,236,200); }
td.TdClassName
{
border-color: #DBECC8;
}
.TagClassName
{
border-color: #DBECC8;
}
</style>