Shades of Frost #DBDDCA
Tints of Frost #DBDDCA
RGB
CMYK
RGB Variations
Color information
#DBDDCA (or 0xDBDDCA) is known color: Frost. HEX triplet: DB, DD and CA. RGB value is (219,221,202). Sum of RGB (Red+Green+Blue) = 219+221+202=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDCA is #242235. Grayscale: #DADADA. Windows color (decimal): -2368054 or 13295067. OLE color: 13295067.
HSL color Cylindrical-coordinate representation of color #DBDDCA: hue angle of 66.32º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDDCA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 202 | - |
CMYK | 0.01 | 0 | 0.09 | 0.13 |
HSL | 66.32º | 0.22% | 0.83% | - |
HSV(B) | 66.32º | 0.09% | 0.87% | - |
XYZ | 65.73 | 71.04 | 66.12 | - |
YUV | 218.24 | 118.84 | 128.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 202 | 0.01 | 0 | 0.09 | 0.13 | 66.32 | 0.22 | 0.83 |
Hex | DB | DD | CA | 1 | 0 | 9 | D | 42 | 16 | 53 |
Octal | 333 | 335 | 312 | 1 | 0 | 11 | 15 | 102 | 26 | 123 |
Binary | 11011011 | 11011101 | 11001010 | 1 | 0 | 1001 | 1101 | 1000010 | 10110 | 1010011 |
Color Harmonies of #DBDDCA
Complementary color
Monochromatic Colors of #DBDDCA
Black with #DBDDCA
Text Example
Text Example
White with #DBDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDCA; }
p { color: rgb(219,221,202); }
H1.HeaderClassName
{
color: #DBDDCA;
}
.AnyTagClassName
{
color: #DBDDCA;
}
</style>
background-color css
<style>
a { background-color: #DBDDCA; }
a { background-color: rgb(219,221,202); }
div.DivClassName
{
background-color: #DBDDCA;
}
.BgClassName
{
background-color: #DBDDCA;
}
</style>
border-color css
<style>
span { border-color: #DBDDCA; }
span { border-color: rgb(219,221,202); }
td.TdClassName
{
border-color: #DBDDCA;
}
.TagClassName
{
border-color: #DBDDCA;
}
</style>