Shades of Frost #DBDDC6
Tints of Frost #DBDDC6
RGB
CMYK
RGB Variations
Color information
#DBDDC6 (or 0xDBDDC6) is known color: Frost. HEX triplet: DB, DD and C6. RGB value is (219,221,198). Sum of RGB (Red+Green+Blue) = 219+221+198=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC6 is #242239. Grayscale: #D9D9D9. Windows color (decimal): -2368058 or 13032923. OLE color: 13032923.
HSL color Cylindrical-coordinate representation of color #DBDDC6: hue angle of 65.22º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDDC6 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 198 | - |
CMYK | 0.01 | 0 | 0.10 | 0.13 |
HSL | 65.22º | 0.25% | 0.82% | - |
HSV(B) | 65.22º | 0.1% | 0.87% | - |
XYZ | 65.26 | 70.85 | 63.66 | - |
YUV | 217.78 | 116.84 | 128.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 198 | 0.01 | 0 | 0.10 | 0.13 | 65.22 | 0.25 | 0.82 |
Hex | DB | DD | C6 | 1 | 0 | A | D | 41 | 19 | 52 |
Octal | 333 | 335 | 306 | 1 | 0 | 12 | 15 | 101 | 31 | 122 |
Binary | 11011011 | 11011101 | 11000110 | 1 | 0 | 1010 | 1101 | 1000001 | 11001 | 1010010 |
Color Harmonies of #DBDDC6
Complementary color
Monochromatic Colors of #DBDDC6
Black with #DBDDC6
Text Example
Text Example
White with #DBDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDC6; }
p { color: rgb(219,221,198); }
H1.HeaderClassName
{
color: #DBDDC6;
}
.AnyTagClassName
{
color: #DBDDC6;
}
</style>
background-color css
<style>
a { background-color: #DBDDC6; }
a { background-color: rgb(219,221,198); }
div.DivClassName
{
background-color: #DBDDC6;
}
.BgClassName
{
background-color: #DBDDC6;
}
</style>
border-color css
<style>
span { border-color: #DBDDC6; }
span { border-color: rgb(219,221,198); }
td.TdClassName
{
border-color: #DBDDC6;
}
.TagClassName
{
border-color: #DBDDC6;
}
</style>