Shades of Swirl #DBD1C5
Tints of Swirl #DBD1C5
RGB
CMYK
RGB Variations
Color information
#DBD1C5 (or 0xDBD1C5) is known color: Swirl. HEX triplet: DB, D1 and C5. RGB value is (219,209,197). Sum of RGB (Red+Green+Blue) = 219+209+197=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1C5 is #242E3A. Grayscale: #D2D2D2. Windows color (decimal): -2371131 or 12964315. OLE color: 12964315.
HSL color Cylindrical-coordinate representation of color #DBD1C5: hue angle of 32.73º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD1C5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 197 | - |
CMYK | 0 | 0.05 | 0.10 | 0.14 |
HSL | 32.73º | 0.23% | 0.82% | - |
HSV(B) | 32.73º | 0.1% | 0.86% | - |
XYZ | 62.09 | 64.69 | 62.04 | - |
YUV | 210.62 | 120.31 | 133.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 197 | 0 | 0.05 | 0.10 | 0.14 | 32.73 | 0.23 | 0.82 |
Hex | DB | D1 | C5 | 0 | 5 | A | E | 21 | 17 | 52 |
Octal | 333 | 321 | 305 | 0 | 5 | 12 | 16 | 41 | 27 | 122 |
Binary | 11011011 | 11010001 | 11000101 | 0 | 101 | 1010 | 1110 | 100001 | 10111 | 1010010 |
Color Harmonies of #DBD1C5
Complementary color
Monochromatic Colors of #DBD1C5
Black with #DBD1C5
Text Example
Text Example
White with #DBD1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1C5; }
p { color: rgb(219,209,197); }
H1.HeaderClassName
{
color: #DBD1C5;
}
.AnyTagClassName
{
color: #DBD1C5;
}
</style>
background-color css
<style>
a { background-color: #DBD1C5; }
a { background-color: rgb(219,209,197); }
div.DivClassName
{
background-color: #DBD1C5;
}
.BgClassName
{
background-color: #DBD1C5;
}
</style>
border-color css
<style>
span { border-color: #DBD1C5; }
span { border-color: rgb(219,209,197); }
td.TdClassName
{
border-color: #DBD1C5;
}
.TagClassName
{
border-color: #DBD1C5;
}
</style>