Shades of Frost #DBDDBB
Tints of Frost #DBDDBB
RGB
CMYK
RGB Variations
Color information
#DBDDBB (or 0xDBDDBB) is known color: Frost. HEX triplet: DB, DD and BB. RGB value is (219,221,187). Sum of RGB (Red+Green+Blue) = 219+221+187=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDBB is #242244. Grayscale: #D8D8D8. Windows color (decimal): -2368069 or 12312027. OLE color: 12312027.
HSL color Cylindrical-coordinate representation of color #DBDDBB: hue angle of 63.53º 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 #DBDDBB is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 187 | - |
CMYK | 0.01 | 0 | 0.15 | 0.13 |
HSL | 63.53º | 0.33% | 0.8% | - |
HSV(B) | 63.53º | 0.15% | 0.87% | - |
XYZ | 64.04 | 70.36 | 57.22 | - |
YUV | 216.53 | 111.34 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 187 | 0.01 | 0 | 0.15 | 0.13 | 63.53 | 0.33 | 0.8 |
Hex | DB | DD | BB | 1 | 0 | F | D | 40 | 21 | 50 |
Octal | 333 | 335 | 273 | 1 | 0 | 17 | 15 | 100 | 41 | 120 |
Binary | 11011011 | 11011101 | 10111011 | 1 | 0 | 1111 | 1101 | 1000000 | 100001 | 1010000 |
Color Harmonies of #DBDDBB
Complementary color
Monochromatic Colors of #DBDDBB
Black with #DBDDBB
Text Example
Text Example
White with #DBDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDBB; }
p { color: rgb(219,221,187); }
H1.HeaderClassName
{
color: #DBDDBB;
}
.AnyTagClassName
{
color: #DBDDBB;
}
</style>
background-color css
<style>
a { background-color: #DBDDBB; }
a { background-color: rgb(219,221,187); }
div.DivClassName
{
background-color: #DBDDBB;
}
.BgClassName
{
background-color: #DBDDBB;
}
</style>
border-color css
<style>
span { border-color: #DBDDBB; }
span { border-color: rgb(219,221,187); }
td.TdClassName
{
border-color: #DBDDBB;
}
.TagClassName
{
border-color: #DBDDBB;
}
</style>