Shades of Frost #DBDDCD
Tints of Frost #DBDDCD
RGB
CMYK
RGB Variations
Color information
#DBDDCD (or 0xDBDDCD) is known color: Frost. HEX triplet: DB, DD and CD. RGB value is (219,221,205). Sum of RGB (Red+Green+Blue) = 219+221+205=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDCD is #242232. Grayscale: #DADADA. Windows color (decimal): -2368051 or 13491675. OLE color: 13491675.
HSL color Cylindrical-coordinate representation of color #DBDDCD: hue angle of 67.5º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDDCD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 205 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.13 |
| HSL | 67.5º | 0.19% | 0.84% | - |
| HSV(B) | 67.5º | 0.07% | 0.87% | - |
| XYZ | 66.09 | 71.18 | 68.01 | - |
| YUV | 218.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 205 | 0.01 | 0 | 0.07 | 0.13 | 67.5 | 0.19 | 0.84 |
| Hex | DB | DD | CD | 1 | 0 | 7 | D | 44 | 13 | 54 |
| Octal | 333 | 335 | 315 | 1 | 0 | 7 | 15 | 104 | 23 | 124 |
| Binary | 11011011 | 11011101 | 11001101 | 1 | 0 | 111 | 1101 | 1000100 | 10011 | 1010100 |
Color Harmonies of #DBDDCD
Complementary color
Monochromatic Colors of #DBDDCD
Black with #DBDDCD
Text Example
Text Example
White with #DBDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDCD; }
p { color: rgb(219,221,205); }
H1.HeaderClassName
{
color: #DBDDCD;
}
.AnyTagClassName
{
color: #DBDDCD;
}
</style>
background-color css
<style>
a { background-color: #DBDDCD; }
a { background-color: rgb(219,221,205); }
div.DivClassName
{
background-color: #DBDDCD;
}
.BgClassName
{
background-color: #DBDDCD;
}
</style>
border-color css
<style>
span { border-color: #DBDDCD; }
span { border-color: rgb(219,221,205); }
td.TdClassName
{
border-color: #DBDDCD;
}
.TagClassName
{
border-color: #DBDDCD;
}
</style>