Shades of Frost #DBDDC0
Tints of Frost #DBDDC0
RGB
CMYK
RGB Variations
Color information
#DBDDC0 (or 0xDBDDC0) is known color: Frost. HEX triplet: DB, DD and C0. RGB value is (219,221,192). Sum of RGB (Red+Green+Blue) = 219+221+192=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC0 is #24223F. Grayscale: #D9D9D9. Windows color (decimal): -2368064 or 12639707. OLE color: 12639707.
HSL color Cylindrical-coordinate representation of color #DBDDC0: hue angle of 64.14º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDDC0 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 192 | - |
CMYK | 0.01 | 0 | 0.13 | 0.13 |
HSL | 64.14º | 0.3% | 0.81% | - |
HSV(B) | 64.14º | 0.13% | 0.87% | - |
XYZ | 64.58 | 70.58 | 60.09 | - |
YUV | 217.1 | 113.84 | 129.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 192 | 0.01 | 0 | 0.13 | 0.13 | 64.14 | 0.3 | 0.81 |
Hex | DB | DD | C0 | 1 | 0 | D | D | 40 | 1E | 51 |
Octal | 333 | 335 | 300 | 1 | 0 | 15 | 15 | 100 | 36 | 121 |
Binary | 11011011 | 11011101 | 11000000 | 1 | 0 | 1101 | 1101 | 1000000 | 11110 | 1010001 |
Color Harmonies of #DBDDC0
Complementary color
Monochromatic Colors of #DBDDC0
Black with #DBDDC0
Text Example
Text Example
White with #DBDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDC0; }
p { color: rgb(219,221,192); }
H1.HeaderClassName
{
color: #DBDDC0;
}
.AnyTagClassName
{
color: #DBDDC0;
}
</style>
background-color css
<style>
a { background-color: #DBDDC0; }
a { background-color: rgb(219,221,192); }
div.DivClassName
{
background-color: #DBDDC0;
}
.BgClassName
{
background-color: #DBDDC0;
}
</style>
border-color css
<style>
span { border-color: #DBDDC0; }
span { border-color: rgb(219,221,192); }
td.TdClassName
{
border-color: #DBDDC0;
}
.TagClassName
{
border-color: #DBDDC0;
}
</style>