Shades of Frostee #DBEAC9
Tints of Frostee #DBEAC9
RGB
CMYK
RGB Variations
Color information
#DBEAC9 (or 0xDBEAC9) is known color: Frostee. HEX triplet: DB, EA and C9. RGB value is (219,234,201). Sum of RGB (Red+Green+Blue) = 219+234+201=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC9 is #241536. Grayscale: #E1E1E1. Windows color (decimal): -2364727 or 13232859. OLE color: 13232859.
HSL color Cylindrical-coordinate representation of color #DBEAC9: hue angle of 87.27º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEAC9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 201 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.08 |
| HSL | 87.27º | 0.44% | 0.85% | - |
| HSV(B) | 87.27º | 0.14% | 0.92% | - |
| XYZ | 69.18 | 78.12 | 66.69 | - |
| YUV | 225.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 201 | 0.06 | 0 | 0.14 | 0.08 | 87.27 | 0.44 | 0.85 |
| Hex | DB | EA | C9 | 6 | 0 | E | 8 | 57 | 2C | 55 |
| Octal | 333 | 352 | 311 | 6 | 0 | 16 | 10 | 127 | 54 | 125 |
| Binary | 11011011 | 11101010 | 11001001 | 110 | 0 | 1110 | 1000 | 1010111 | 101100 | 1010101 |
Color Harmonies of #DBEAC9
Complementary color
Monochromatic Colors of #DBEAC9
Black with #DBEAC9
Text Example
Text Example
White with #DBEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAC9; }
p { color: rgb(219,234,201); }
H1.HeaderClassName
{
color: #DBEAC9;
}
.AnyTagClassName
{
color: #DBEAC9;
}
</style>
background-color css
<style>
a { background-color: #DBEAC9; }
a { background-color: rgb(219,234,201); }
div.DivClassName
{
background-color: #DBEAC9;
}
.BgClassName
{
background-color: #DBEAC9;
}
</style>
border-color css
<style>
span { border-color: #DBEAC9; }
span { border-color: rgb(219,234,201); }
td.TdClassName
{
border-color: #DBEAC9;
}
.TagClassName
{
border-color: #DBEAC9;
}
</style>