Shades of Swirl #DBD0C3
Tints of Swirl #DBD0C3
RGB
CMYK
RGB Variations
Color information
#DBD0C3 (or 0xDBD0C3) is known color: Swirl. HEX triplet: DB, D0 and C3. RGB value is (219,208,195). Sum of RGB (Red+Green+Blue) = 219+208+195=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0C3 is #242F3C. Grayscale: #D1D1D1. Windows color (decimal): -2371389 or 12832987. OLE color: 12832987.
HSL color Cylindrical-coordinate representation of color #DBD0C3: hue angle of 32.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD0C3 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 195 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.14 |
| HSL | 32.5º | 0.25% | 0.81% | - |
| HSV(B) | 32.5º | 0.11% | 0.86% | - |
| XYZ | 61.62 | 64.11 | 60.76 | - |
| YUV | 209.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 195 | 0 | 0.05 | 0.11 | 0.14 | 32.5 | 0.25 | 0.81 |
| Hex | DB | D0 | C3 | 0 | 5 | B | E | 20 | 19 | 51 |
| Octal | 333 | 320 | 303 | 0 | 5 | 13 | 16 | 40 | 31 | 121 |
| Binary | 11011011 | 11010000 | 11000011 | 0 | 101 | 1011 | 1110 | 100000 | 11001 | 1010001 |
Color Harmonies of #DBD0C3
Complementary color
Monochromatic Colors of #DBD0C3
Black with #DBD0C3
Text Example
Text Example
White with #DBD0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0C3; }
p { color: rgb(219,208,195); }
H1.HeaderClassName
{
color: #DBD0C3;
}
.AnyTagClassName
{
color: #DBD0C3;
}
</style>
background-color css
<style>
a { background-color: #DBD0C3; }
a { background-color: rgb(219,208,195); }
div.DivClassName
{
background-color: #DBD0C3;
}
.BgClassName
{
background-color: #DBD0C3;
}
</style>
border-color css
<style>
span { border-color: #DBD0C3; }
span { border-color: rgb(219,208,195); }
td.TdClassName
{
border-color: #DBD0C3;
}
.TagClassName
{
border-color: #DBD0C3;
}
</style>