Shades of Frost #DBDDCB
Tints of Frost #DBDDCB
RGB
CMYK
RGB Variations
Color information
#DBDDCB (or 0xDBDDCB) is known color: Frost. HEX triplet: DB, DD and CB. RGB value is (219,221,203). Sum of RGB (Red+Green+Blue) = 219+221+203=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDCB is #242234. Grayscale: #DADADA. Windows color (decimal): -2368053 or 13360603. OLE color: 13360603.
HSL color Cylindrical-coordinate representation of color #DBDDCB: hue angle of 66.67º degrees, saturation: 0.21, 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 #DBDDCB is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 203 | - |
CMYK | 0.01 | 0 | 0.08 | 0.13 |
HSL | 66.67º | 0.21% | 0.83% | - |
HSV(B) | 66.67º | 0.08% | 0.87% | - |
XYZ | 65.85 | 71.08 | 66.75 | - |
YUV | 218.35 | 119.34 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 203 | 0.01 | 0 | 0.08 | 0.13 | 66.67 | 0.21 | 0.83 |
Hex | DB | DD | CB | 1 | 0 | 8 | D | 43 | 15 | 53 |
Octal | 333 | 335 | 313 | 1 | 0 | 10 | 15 | 103 | 25 | 123 |
Binary | 11011011 | 11011101 | 11001011 | 1 | 0 | 1000 | 1101 | 1000011 | 10101 | 1010011 |
Color Harmonies of #DBDDCB
Complementary color
Monochromatic Colors of #DBDDCB
Black with #DBDDCB
Text Example
Text Example
White with #DBDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDCB; }
p { color: rgb(219,221,203); }
H1.HeaderClassName
{
color: #DBDDCB;
}
.AnyTagClassName
{
color: #DBDDCB;
}
</style>
background-color css
<style>
a { background-color: #DBDDCB; }
a { background-color: rgb(219,221,203); }
div.DivClassName
{
background-color: #DBDDCB;
}
.BgClassName
{
background-color: #DBDDCB;
}
</style>
border-color css
<style>
span { border-color: #DBDDCB; }
span { border-color: rgb(219,221,203); }
td.TdClassName
{
border-color: #DBDDCB;
}
.TagClassName
{
border-color: #DBDDCB;
}
</style>