Shades of Frostee #DBEBCC
Tints of Frostee #DBEBCC
RGB
CMYK
RGB Variations
Color information
#DBEBCC (or 0xDBEBCC) is known color: Frostee. HEX triplet: DB, EB and CC. RGB value is (219,235,204). Sum of RGB (Red+Green+Blue) = 219+235+204=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBCC is #241433. Grayscale: #E2E2E2. Windows color (decimal): -2364468 or 13429723. OLE color: 13429723.
HSL color Cylindrical-coordinate representation of color #DBEBCC: hue angle of 90.97º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEBCC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 204 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.08 |
| HSL | 90.97º | 0.44% | 0.86% | - |
| HSV(B) | 90.97º | 0.13% | 0.92% | - |
| XYZ | 69.82 | 78.84 | 68.66 | - |
| YUV | 226.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 204 | 0.07 | 0 | 0.13 | 0.08 | 90.97 | 0.44 | 0.86 |
| Hex | DB | EB | CC | 7 | 0 | D | 8 | 5B | 2C | 56 |
| Octal | 333 | 353 | 314 | 7 | 0 | 15 | 10 | 133 | 54 | 126 |
| Binary | 11011011 | 11101011 | 11001100 | 111 | 0 | 1101 | 1000 | 1011011 | 101100 | 1010110 |
Color Harmonies of #DBEBCC
Complementary color
Monochromatic Colors of #DBEBCC
Black with #DBEBCC
Text Example
Text Example
White with #DBEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBCC; }
p { color: rgb(219,235,204); }
H1.HeaderClassName
{
color: #DBEBCC;
}
.AnyTagClassName
{
color: #DBEBCC;
}
</style>
background-color css
<style>
a { background-color: #DBEBCC; }
a { background-color: rgb(219,235,204); }
div.DivClassName
{
background-color: #DBEBCC;
}
.BgClassName
{
background-color: #DBEBCC;
}
</style>
border-color css
<style>
span { border-color: #DBEBCC; }
span { border-color: rgb(219,235,204); }
td.TdClassName
{
border-color: #DBEBCC;
}
.TagClassName
{
border-color: #DBEBCC;
}
</style>