Shades of Swirl #DBCDBE
Tints of Swirl #DBCDBE
RGB
CMYK
RGB Variations
Color information
#DBCDBE (or 0xDBCDBE) is known color: Swirl. HEX triplet: DB, CD and BE. RGB value is (219,205,190). Sum of RGB (Red+Green+Blue) = 219+205+190=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDBE is #243241. Grayscale: #CFCFCF. Windows color (decimal): -2372162 or 12504539. OLE color: 12504539.
HSL color Cylindrical-coordinate representation of color #DBCDBE: hue angle of 31.03º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCDBE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 190 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.14 |
| HSL | 31.03º | 0.29% | 0.8% | - |
| HSV(B) | 31.03º | 0.13% | 0.86% | - |
| XYZ | 60.34 | 62.44 | 57.59 | - |
| YUV | 207.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 190 | 0 | 0.06 | 0.13 | 0.14 | 31.03 | 0.29 | 0.8 |
| Hex | DB | CD | BE | 0 | 6 | D | E | 1F | 1D | 50 |
| Octal | 333 | 315 | 276 | 0 | 6 | 15 | 16 | 37 | 35 | 120 |
| Binary | 11011011 | 11001101 | 10111110 | 0 | 110 | 1101 | 1110 | 11111 | 11101 | 1010000 |
Color Harmonies of #DBCDBE
Complementary color
Monochromatic Colors of #DBCDBE
Black with #DBCDBE
Text Example
Text Example
White with #DBCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDBE; }
p { color: rgb(219,205,190); }
H1.HeaderClassName
{
color: #DBCDBE;
}
.AnyTagClassName
{
color: #DBCDBE;
}
</style>
background-color css
<style>
a { background-color: #DBCDBE; }
a { background-color: rgb(219,205,190); }
div.DivClassName
{
background-color: #DBCDBE;
}
.BgClassName
{
background-color: #DBCDBE;
}
</style>
border-color css
<style>
span { border-color: #DBCDBE; }
span { border-color: rgb(219,205,190); }
td.TdClassName
{
border-color: #DBCDBE;
}
.TagClassName
{
border-color: #DBCDBE;
}
</style>