Shades of Frostee #DBECC7
Tints of Frostee #DBECC7
RGB
CMYK
RGB Variations
Color information
#DBECC7 (or 0xDBECC7) is known color: Frostee. HEX triplet: DB, EC and C7. RGB value is (219,236,199). Sum of RGB (Red+Green+Blue) = 219+236+199=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECC7 is #241338. Grayscale: #E2E2E2. Windows color (decimal): -2364217 or 13102299. OLE color: 13102299.
HSL color Cylindrical-coordinate representation of color #DBECC7: hue angle of 87.57º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBECC7 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 199 | - |
CMYK | 0.07 | 0 | 0.16 | 0.07 |
HSL | 87.57º | 0.49% | 0.85% | - |
HSV(B) | 87.57º | 0.16% | 0.93% | - |
XYZ | 69.52 | 79.17 | 65.65 | - |
YUV | 226.7 | 112.37 | 122.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 199 | 0.07 | 0 | 0.16 | 0.07 | 87.57 | 0.49 | 0.85 |
Hex | DB | EC | C7 | 7 | 0 | 10 | 7 | 58 | 31 | 55 |
Octal | 333 | 354 | 307 | 7 | 0 | 20 | 7 | 130 | 61 | 125 |
Binary | 11011011 | 11101100 | 11000111 | 111 | 0 | 10000 | 111 | 1011000 | 110001 | 1010101 |
Color Harmonies of #DBECC7
Complementary color
Monochromatic Colors of #DBECC7
Black with #DBECC7
Text Example
Text Example
White with #DBECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECC7; }
p { color: rgb(219,236,199); }
H1.HeaderClassName
{
color: #DBECC7;
}
.AnyTagClassName
{
color: #DBECC7;
}
</style>
background-color css
<style>
a { background-color: #DBECC7; }
a { background-color: rgb(219,236,199); }
div.DivClassName
{
background-color: #DBECC7;
}
.BgClassName
{
background-color: #DBECC7;
}
</style>
border-color css
<style>
span { border-color: #DBECC7; }
span { border-color: rgb(219,236,199); }
td.TdClassName
{
border-color: #DBECC7;
}
.TagClassName
{
border-color: #DBECC7;
}
</style>