Shades of Frost #DBDDC5
Tints of Frost #DBDDC5
RGB
CMYK
RGB Variations
Color information
#DBDDC5 (or 0xDBDDC5) is known color: Frost. HEX triplet: DB, DD and C5. RGB value is (219,221,197). Sum of RGB (Red+Green+Blue) = 219+221+197=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC5 is #24223A. Grayscale: #D9D9D9. Windows color (decimal): -2368059 or 12967387. OLE color: 12967387.
HSL color Cylindrical-coordinate representation of color #DBDDC5: hue angle of 65º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDDC5 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 197 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.13 |
| HSL | 65º | 0.26% | 0.82% | - |
| HSV(B) | 65º | 0.11% | 0.87% | - |
| XYZ | 65.15 | 70.8 | 63.06 | - |
| YUV | 217.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 197 | 0.01 | 0 | 0.11 | 0.13 | 65 | 0.26 | 0.82 |
| Hex | DB | DD | C5 | 1 | 0 | B | D | 41 | 1A | 52 |
| Octal | 333 | 335 | 305 | 1 | 0 | 13 | 15 | 101 | 32 | 122 |
| Binary | 11011011 | 11011101 | 11000101 | 1 | 0 | 1011 | 1101 | 1000001 | 11010 | 1010010 |
Color Harmonies of #DBDDC5
Complementary color
Monochromatic Colors of #DBDDC5
Black with #DBDDC5
Text Example
Text Example
White with #DBDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDC5; }
p { color: rgb(219,221,197); }
H1.HeaderClassName
{
color: #DBDDC5;
}
.AnyTagClassName
{
color: #DBDDC5;
}
</style>
background-color css
<style>
a { background-color: #DBDDC5; }
a { background-color: rgb(219,221,197); }
div.DivClassName
{
background-color: #DBDDC5;
}
.BgClassName
{
background-color: #DBDDC5;
}
</style>
border-color css
<style>
span { border-color: #DBDDC5; }
span { border-color: rgb(219,221,197); }
td.TdClassName
{
border-color: #DBDDC5;
}
.TagClassName
{
border-color: #DBDDC5;
}
</style>