Shades of Frost #DBDDC7
Tints of Frost #DBDDC7
RGB
CMYK
RGB Variations
Color information
#DBDDC7 (or 0xDBDDC7) is known color: Frost. HEX triplet: DB, DD and C7. RGB value is (219,221,199). Sum of RGB (Red+Green+Blue) = 219+221+199=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC7 is #242238. Grayscale: #D9D9D9. Windows color (decimal): -2368057 or 13098459. OLE color: 13098459.
HSL color Cylindrical-coordinate representation of color #DBDDC7: hue angle of 65.45º degrees, saturation: 0.24, 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 #DBDDC7 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 199 | - |
CMYK | 0.01 | 0 | 0.10 | 0.13 |
HSL | 65.45º | 0.24% | 0.82% | - |
HSV(B) | 65.45º | 0.1% | 0.87% | - |
XYZ | 65.38 | 70.9 | 64.27 | - |
YUV | 217.89 | 117.34 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 199 | 0.01 | 0 | 0.10 | 0.13 | 65.45 | 0.24 | 0.82 |
Hex | DB | DD | C7 | 1 | 0 | A | D | 41 | 18 | 52 |
Octal | 333 | 335 | 307 | 1 | 0 | 12 | 15 | 101 | 30 | 122 |
Binary | 11011011 | 11011101 | 11000111 | 1 | 0 | 1010 | 1101 | 1000001 | 11000 | 1010010 |
Color Harmonies of #DBDDC7
Complementary color
Monochromatic Colors of #DBDDC7
Black with #DBDDC7
Text Example
Text Example
White with #DBDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDC7; }
p { color: rgb(219,221,199); }
H1.HeaderClassName
{
color: #DBDDC7;
}
.AnyTagClassName
{
color: #DBDDC7;
}
</style>
background-color css
<style>
a { background-color: #DBDDC7; }
a { background-color: rgb(219,221,199); }
div.DivClassName
{
background-color: #DBDDC7;
}
.BgClassName
{
background-color: #DBDDC7;
}
</style>
border-color css
<style>
span { border-color: #DBDDC7; }
span { border-color: rgb(219,221,199); }
td.TdClassName
{
border-color: #DBDDC7;
}
.TagClassName
{
border-color: #DBDDC7;
}
</style>