Shades of Swirl #DBD3C9
Tints of Swirl #DBD3C9
RGB
CMYK
RGB Variations
Color information
#DBD3C9 (or 0xDBD3C9) is known color: Swirl. HEX triplet: DB, D3 and C9. RGB value is (219,211,201). Sum of RGB (Red+Green+Blue) = 219+211+201=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3C9 is #242C36. Grayscale: #D4D4D4. Windows color (decimal): -2370615 or 13226971. OLE color: 13226971.
HSL color Cylindrical-coordinate representation of color #DBD3C9: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD3C9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 201 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.14 |
| HSL | 33.33º | 0.2% | 0.82% | - |
| HSV(B) | 33.33º | 0.08% | 0.86% | - |
| XYZ | 63.05 | 65.87 | 64.65 | - |
| YUV | 212.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 201 | 0 | 0.04 | 0.08 | 0.14 | 33.33 | 0.2 | 0.82 |
| Hex | DB | D3 | C9 | 0 | 4 | 8 | E | 21 | 14 | 52 |
| Octal | 333 | 323 | 311 | 0 | 4 | 10 | 16 | 41 | 24 | 122 |
| Binary | 11011011 | 11010011 | 11001001 | 0 | 100 | 1000 | 1110 | 100001 | 10100 | 1010010 |
Color Harmonies of #DBD3C9
Complementary color
Monochromatic Colors of #DBD3C9
Black with #DBD3C9
Text Example
Text Example
White with #DBD3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3C9; }
p { color: rgb(219,211,201); }
H1.HeaderClassName
{
color: #DBD3C9;
}
.AnyTagClassName
{
color: #DBD3C9;
}
</style>
background-color css
<style>
a { background-color: #DBD3C9; }
a { background-color: rgb(219,211,201); }
div.DivClassName
{
background-color: #DBD3C9;
}
.BgClassName
{
background-color: #DBD3C9;
}
</style>
border-color css
<style>
span { border-color: #DBD3C9; }
span { border-color: rgb(219,211,201); }
td.TdClassName
{
border-color: #DBD3C9;
}
.TagClassName
{
border-color: #DBD3C9;
}
</style>