Shades of Frostee #DBEBC8
Tints of Frostee #DBEBC8
RGB
CMYK
RGB Variations
Color information
#DBEBC8 (or 0xDBEBC8) is known color: Frostee. HEX triplet: DB, EB and C8. RGB value is (219,235,200). Sum of RGB (Red+Green+Blue) = 219+235+200=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBC8 is #241437. Grayscale: #E2E2E2. Windows color (decimal): -2364472 or 13167579. OLE color: 13167579.
HSL color Cylindrical-coordinate representation of color #DBEBC8: hue angle of 87.43º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBEBC8 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 200 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.08 |
| HSL | 87.43º | 0.47% | 0.85% | - |
| HSV(B) | 87.43º | 0.15% | 0.92% | - |
| XYZ | 69.35 | 78.65 | 66.17 | - |
| YUV | 226.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 200 | 0.07 | 0 | 0.15 | 0.08 | 87.43 | 0.47 | 0.85 |
| Hex | DB | EB | C8 | 7 | 0 | F | 8 | 57 | 2F | 55 |
| Octal | 333 | 353 | 310 | 7 | 0 | 17 | 10 | 127 | 57 | 125 |
| Binary | 11011011 | 11101011 | 11001000 | 111 | 0 | 1111 | 1000 | 1010111 | 101111 | 1010101 |
Color Harmonies of #DBEBC8
Complementary color
Monochromatic Colors of #DBEBC8
Black with #DBEBC8
Text Example
Text Example
White with #DBEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBC8; }
p { color: rgb(219,235,200); }
H1.HeaderClassName
{
color: #DBEBC8;
}
.AnyTagClassName
{
color: #DBEBC8;
}
</style>
background-color css
<style>
a { background-color: #DBEBC8; }
a { background-color: rgb(219,235,200); }
div.DivClassName
{
background-color: #DBEBC8;
}
.BgClassName
{
background-color: #DBEBC8;
}
</style>
border-color css
<style>
span { border-color: #DBEBC8; }
span { border-color: rgb(219,235,200); }
td.TdClassName
{
border-color: #DBEBC8;
}
.TagClassName
{
border-color: #DBEBC8;
}
</style>