Shades of Frost #DBDDBF
Tints of Frost #DBDDBF
RGB
CMYK
RGB Variations
Color information
#DBDDBF (or 0xDBDDBF) is known color: Frost. HEX triplet: DB, DD and BF. RGB value is (219,221,191). Sum of RGB (Red+Green+Blue) = 219+221+191=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDBF is #242240. Grayscale: #D9D9D9. Windows color (decimal): -2368065 or 12574171. OLE color: 12574171.
HSL color Cylindrical-coordinate representation of color #DBDDBF: hue angle of 64º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDDBF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 191 | - |
CMYK | 0.01 | 0 | 0.14 | 0.13 |
HSL | 64º | 0.31% | 0.81% | - |
HSV(B) | 64º | 0.14% | 0.87% | - |
XYZ | 64.47 | 70.53 | 59.51 | - |
YUV | 216.98 | 113.34 | 129.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 191 | 0.01 | 0 | 0.14 | 0.13 | 64 | 0.31 | 0.81 |
Hex | DB | DD | BF | 1 | 0 | E | D | 40 | 1F | 51 |
Octal | 333 | 335 | 277 | 1 | 0 | 16 | 15 | 100 | 37 | 121 |
Binary | 11011011 | 11011101 | 10111111 | 1 | 0 | 1110 | 1101 | 1000000 | 11111 | 1010001 |
Color Harmonies of #DBDDBF
Complementary color
Monochromatic Colors of #DBDDBF
Black with #DBDDBF
Text Example
Text Example
White with #DBDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDBF; }
p { color: rgb(219,221,191); }
H1.HeaderClassName
{
color: #DBDDBF;
}
.AnyTagClassName
{
color: #DBDDBF;
}
</style>
background-color css
<style>
a { background-color: #DBDDBF; }
a { background-color: rgb(219,221,191); }
div.DivClassName
{
background-color: #DBDDBF;
}
.BgClassName
{
background-color: #DBDDBF;
}
</style>
border-color css
<style>
span { border-color: #DBDDBF; }
span { border-color: rgb(219,221,191); }
td.TdClassName
{
border-color: #DBDDBF;
}
.TagClassName
{
border-color: #DBDDBF;
}
</style>