Shades of Frost #DBDDCC
Tints of Frost #DBDDCC
RGB
CMYK
RGB Variations
Color information
#DBDDCC (or 0xDBDDCC) is known color: Frost. HEX triplet: DB, DD and CC. RGB value is (219,221,204). Sum of RGB (Red+Green+Blue) = 219+221+204=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDCC is #242233. Grayscale: #DADADA. Windows color (decimal): -2368052 or 13426139. OLE color: 13426139.
HSL color Cylindrical-coordinate representation of color #DBDDCC: hue angle of 67.06º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDDCC is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 204 | - |
CMYK | 0.01 | 0 | 0.08 | 0.13 |
HSL | 67.06º | 0.2% | 0.83% | - |
HSV(B) | 67.06º | 0.08% | 0.87% | - |
XYZ | 65.97 | 71.13 | 67.38 | - |
YUV | 218.46 | 119.84 | 128.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 204 | 0.01 | 0 | 0.08 | 0.13 | 67.06 | 0.2 | 0.83 |
Hex | DB | DD | CC | 1 | 0 | 8 | D | 43 | 14 | 53 |
Octal | 333 | 335 | 314 | 1 | 0 | 10 | 15 | 103 | 24 | 123 |
Binary | 11011011 | 11011101 | 11001100 | 1 | 0 | 1000 | 1101 | 1000011 | 10100 | 1010011 |
Color Harmonies of #DBDDCC
Complementary color
Monochromatic Colors of #DBDDCC
Black with #DBDDCC
Text Example
Text Example
White with #DBDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDCC; }
p { color: rgb(219,221,204); }
H1.HeaderClassName
{
color: #DBDDCC;
}
.AnyTagClassName
{
color: #DBDDCC;
}
</style>
background-color css
<style>
a { background-color: #DBDDCC; }
a { background-color: rgb(219,221,204); }
div.DivClassName
{
background-color: #DBDDCC;
}
.BgClassName
{
background-color: #DBDDCC;
}
</style>
border-color css
<style>
span { border-color: #DBDDCC; }
span { border-color: rgb(219,221,204); }
td.TdClassName
{
border-color: #DBDDCC;
}
.TagClassName
{
border-color: #DBDDCC;
}
</style>