Shades of Frost #DBDDBC
Tints of Frost #DBDDBC
RGB
CMYK
RGB Variations
Color information
#DBDDBC (or 0xDBDDBC) is known color: Frost. HEX triplet: DB, DD and BC. RGB value is (219,221,188). Sum of RGB (Red+Green+Blue) = 219+221+188=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDBC is #242243. Grayscale: #D8D8D8. Windows color (decimal): -2368068 or 12377563. OLE color: 12377563.
HSL color Cylindrical-coordinate representation of color #DBDDBC: hue angle of 63.64º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBDDBC is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 188 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.13 |
| HSL | 63.64º | 0.33% | 0.8% | - |
| HSV(B) | 63.64º | 0.15% | 0.87% | - |
| XYZ | 64.15 | 70.4 | 57.79 | - |
| YUV | 216.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 188 | 0.01 | 0 | 0.15 | 0.13 | 63.64 | 0.33 | 0.8 |
| Hex | DB | DD | BC | 1 | 0 | F | D | 40 | 21 | 50 |
| Octal | 333 | 335 | 274 | 1 | 0 | 17 | 15 | 100 | 41 | 120 |
| Binary | 11011011 | 11011101 | 10111100 | 1 | 0 | 1111 | 1101 | 1000000 | 100001 | 1010000 |
Color Harmonies of #DBDDBC
Complementary color
Monochromatic Colors of #DBDDBC
Black with #DBDDBC
Text Example
Text Example
White with #DBDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDBC; }
p { color: rgb(219,221,188); }
H1.HeaderClassName
{
color: #DBDDBC;
}
.AnyTagClassName
{
color: #DBDDBC;
}
</style>
background-color css
<style>
a { background-color: #DBDDBC; }
a { background-color: rgb(219,221,188); }
div.DivClassName
{
background-color: #DBDDBC;
}
.BgClassName
{
background-color: #DBDDBC;
}
</style>
border-color css
<style>
span { border-color: #DBDDBC; }
span { border-color: rgb(219,221,188); }
td.TdClassName
{
border-color: #DBDDBC;
}
.TagClassName
{
border-color: #DBDDBC;
}
</style>