Shades of Frost #DBE0C0
Tints of Frost #DBE0C0
RGB
CMYK
RGB Variations
Color information
#DBE0C0 (or 0xDBE0C0) is known color: Frost. HEX triplet: DB, E0 and C0. RGB value is (219,224,192). Sum of RGB (Red+Green+Blue) = 219+224+192=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0C0 is #241F3F. Grayscale: #DADADA. Windows color (decimal): -2367296 or 12640475. OLE color: 12640475.
HSL color Cylindrical-coordinate representation of color #DBE0C0: hue angle of 69.38º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE0C0 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 192 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.12 |
| HSL | 69.38º | 0.34% | 0.82% | - |
| HSV(B) | 69.38º | 0.14% | 0.88% | - |
| XYZ | 65.38 | 72.18 | 60.35 | - |
| YUV | 218.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 192 | 0.02 | 0 | 0.14 | 0.12 | 69.38 | 0.34 | 0.82 |
| Hex | DB | E0 | C0 | 2 | 0 | E | C | 45 | 22 | 52 |
| Octal | 333 | 340 | 300 | 2 | 0 | 16 | 14 | 105 | 42 | 122 |
| Binary | 11011011 | 11100000 | 11000000 | 10 | 0 | 1110 | 1100 | 1000101 | 100010 | 1010010 |
Color Harmonies of #DBE0C0
Complementary color
Monochromatic Colors of #DBE0C0
Black with #DBE0C0
Text Example
Text Example
White with #DBE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0C0; }
p { color: rgb(219,224,192); }
H1.HeaderClassName
{
color: #DBE0C0;
}
.AnyTagClassName
{
color: #DBE0C0;
}
</style>
background-color css
<style>
a { background-color: #DBE0C0; }
a { background-color: rgb(219,224,192); }
div.DivClassName
{
background-color: #DBE0C0;
}
.BgClassName
{
background-color: #DBE0C0;
}
</style>
border-color css
<style>
span { border-color: #DBE0C0; }
span { border-color: rgb(219,224,192); }
td.TdClassName
{
border-color: #DBE0C0;
}
.TagClassName
{
border-color: #DBE0C0;
}
</style>