Shades of Frost #DBDDC9
Tints of Frost #DBDDC9
RGB
CMYK
RGB Variations
Color information
#DBDDC9 (or 0xDBDDC9) is known color: Frost. HEX triplet: DB, DD and C9. RGB value is (219,221,201). Sum of RGB (Red+Green+Blue) = 219+221+201=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC9 is #242236. Grayscale: #DADADA. Windows color (decimal): -2368055 or 13229531. OLE color: 13229531.
HSL color Cylindrical-coordinate representation of color #DBDDC9: hue angle of 66º degrees, saturation: 0.23, 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 #DBDDC9 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 201 | - |
CMYK | 0.01 | 0 | 0.09 | 0.13 |
HSL | 66º | 0.23% | 0.83% | - |
HSV(B) | 66º | 0.09% | 0.87% | - |
XYZ | 65.61 | 70.99 | 65.5 | - |
YUV | 218.12 | 118.34 | 128.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 201 | 0.01 | 0 | 0.09 | 0.13 | 66 | 0.23 | 0.83 |
Hex | DB | DD | C9 | 1 | 0 | 9 | D | 42 | 17 | 53 |
Octal | 333 | 335 | 311 | 1 | 0 | 11 | 15 | 102 | 27 | 123 |
Binary | 11011011 | 11011101 | 11001001 | 1 | 0 | 1001 | 1101 | 1000010 | 10111 | 1010011 |
Color Harmonies of #DBDDC9
Complementary color
Monochromatic Colors of #DBDDC9
Black with #DBDDC9
Text Example
Text Example
White with #DBDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDC9; }
p { color: rgb(219,221,201); }
H1.HeaderClassName
{
color: #DBDDC9;
}
.AnyTagClassName
{
color: #DBDDC9;
}
</style>
background-color css
<style>
a { background-color: #DBDDC9; }
a { background-color: rgb(219,221,201); }
div.DivClassName
{
background-color: #DBDDC9;
}
.BgClassName
{
background-color: #DBDDC9;
}
</style>
border-color css
<style>
span { border-color: #DBDDC9; }
span { border-color: rgb(219,221,201); }
td.TdClassName
{
border-color: #DBDDC9;
}
.TagClassName
{
border-color: #DBDDC9;
}
</style>