Shades of Frost #DBDDBE
Tints of Frost #DBDDBE
RGB
CMYK
RGB Variations
Color information
#DBDDBE (or 0xDBDDBE) is known color: Frost. HEX triplet: DB, DD and BE. RGB value is (219,221,190). Sum of RGB (Red+Green+Blue) = 219+221+190=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDBE is #242241. Grayscale: #D8D8D8. Windows color (decimal): -2368066 or 12508635. OLE color: 12508635.
HSL color Cylindrical-coordinate representation of color #DBDDBE: hue angle of 63.87º 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 #DBDDBE is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 190 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.13 |
| HSL | 63.87º | 0.31% | 0.81% | - |
| HSV(B) | 63.87º | 0.14% | 0.87% | - |
| XYZ | 64.36 | 70.49 | 58.93 | - |
| YUV | 216.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 190 | 0.01 | 0 | 0.14 | 0.13 | 63.87 | 0.31 | 0.81 |
| Hex | DB | DD | BE | 1 | 0 | E | D | 40 | 1F | 51 |
| Octal | 333 | 335 | 276 | 1 | 0 | 16 | 15 | 100 | 37 | 121 |
| Binary | 11011011 | 11011101 | 10111110 | 1 | 0 | 1110 | 1101 | 1000000 | 11111 | 1010001 |
Color Harmonies of #DBDDBE
Complementary color
Monochromatic Colors of #DBDDBE
Black with #DBDDBE
Text Example
Text Example
White with #DBDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDBE; }
p { color: rgb(219,221,190); }
H1.HeaderClassName
{
color: #DBDDBE;
}
.AnyTagClassName
{
color: #DBDDBE;
}
</style>
background-color css
<style>
a { background-color: #DBDDBE; }
a { background-color: rgb(219,221,190); }
div.DivClassName
{
background-color: #DBDDBE;
}
.BgClassName
{
background-color: #DBDDBE;
}
</style>
border-color css
<style>
span { border-color: #DBDDBE; }
span { border-color: rgb(219,221,190); }
td.TdClassName
{
border-color: #DBDDBE;
}
.TagClassName
{
border-color: #DBDDBE;
}
</style>