Shades of Frost #DBDDC2
Tints of Frost #DBDDC2
RGB
CMYK
RGB Variations
Color information
#DBDDC2 (or 0xDBDDC2) is known color: Frost. HEX triplet: DB, DD and C2. RGB value is (219,221,194). Sum of RGB (Red+Green+Blue) = 219+221+194=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC2 is #24223D. Grayscale: #D9D9D9. Windows color (decimal): -2368062 or 12770779. OLE color: 12770779.
HSL color Cylindrical-coordinate representation of color #DBDDC2: hue angle of 64.44º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDDC2 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 194 | - |
CMYK | 0.01 | 0 | 0.12 | 0.13 |
HSL | 64.44º | 0.28% | 0.81% | - |
HSV(B) | 64.44º | 0.12% | 0.87% | - |
XYZ | 64.81 | 70.67 | 61.26 | - |
YUV | 217.32 | 114.84 | 129.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 194 | 0.01 | 0 | 0.12 | 0.13 | 64.44 | 0.28 | 0.81 |
Hex | DB | DD | C2 | 1 | 0 | C | D | 40 | 1C | 51 |
Octal | 333 | 335 | 302 | 1 | 0 | 14 | 15 | 100 | 34 | 121 |
Binary | 11011011 | 11011101 | 11000010 | 1 | 0 | 1100 | 1101 | 1000000 | 11100 | 1010001 |
Color Harmonies of #DBDDC2
Complementary color
Monochromatic Colors of #DBDDC2
Black with #DBDDC2
Text Example
Text Example
White with #DBDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDC2; }
p { color: rgb(219,221,194); }
H1.HeaderClassName
{
color: #DBDDC2;
}
.AnyTagClassName
{
color: #DBDDC2;
}
</style>
background-color css
<style>
a { background-color: #DBDDC2; }
a { background-color: rgb(219,221,194); }
div.DivClassName
{
background-color: #DBDDC2;
}
.BgClassName
{
background-color: #DBDDC2;
}
</style>
border-color css
<style>
span { border-color: #DBDDC2; }
span { border-color: rgb(219,221,194); }
td.TdClassName
{
border-color: #DBDDC2;
}
.TagClassName
{
border-color: #DBDDC2;
}
</style>