Shades of Frostee #DBEBC9
Tints of Frostee #DBEBC9
RGB
CMYK
RGB Variations
Color information
#DBEBC9 (or 0xDBEBC9) is known color: Frostee. HEX triplet: DB, EB and C9. RGB value is (219,235,201). Sum of RGB (Red+Green+Blue) = 219+235+201=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC9 is #241436. Grayscale: #E2E2E2. Windows color (decimal): -2364471 or 13233115. OLE color: 13233115.
HSL color Cylindrical-coordinate representation of color #DBEBC9: hue angle of 88.24º degrees, saturation: 0.46, 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 #DBEBC9 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 201 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.08 |
| HSL | 88.24º | 0.46% | 0.85% | - |
| HSV(B) | 88.24º | 0.14% | 0.92% | - |
| XYZ | 69.46 | 78.69 | 66.79 | - |
| YUV | 226.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 201 | 0.07 | 0 | 0.14 | 0.08 | 88.24 | 0.46 | 0.85 |
| Hex | DB | EB | C9 | 7 | 0 | E | 8 | 58 | 2E | 55 |
| Octal | 333 | 353 | 311 | 7 | 0 | 16 | 10 | 130 | 56 | 125 |
| Binary | 11011011 | 11101011 | 11001001 | 111 | 0 | 1110 | 1000 | 1011000 | 101110 | 1010101 |
Color Harmonies of #DBEBC9
Complementary color
Monochromatic Colors of #DBEBC9
Black with #DBEBC9
Text Example
Text Example
White with #DBEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBC9; }
p { color: rgb(219,235,201); }
H1.HeaderClassName
{
color: #DBEBC9;
}
.AnyTagClassName
{
color: #DBEBC9;
}
</style>
background-color css
<style>
a { background-color: #DBEBC9; }
a { background-color: rgb(219,235,201); }
div.DivClassName
{
background-color: #DBEBC9;
}
.BgClassName
{
background-color: #DBEBC9;
}
</style>
border-color css
<style>
span { border-color: #DBEBC9; }
span { border-color: rgb(219,235,201); }
td.TdClassName
{
border-color: #DBEBC9;
}
.TagClassName
{
border-color: #DBEBC9;
}
</style>