Shades of Swirl #DBD0C5
Tints of Swirl #DBD0C5
RGB
CMYK
RGB Variations
Color information
#DBD0C5 (or 0xDBD0C5) is known color: Swirl. HEX triplet: DB, D0 and C5. RGB value is (219,208,197). Sum of RGB (Red+Green+Blue) = 219+208+197=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0C5 is #242F3A. Grayscale: #D2D2D2. Windows color (decimal): -2371387 or 12964059. OLE color: 12964059.
HSL color Cylindrical-coordinate representation of color #DBD0C5: hue angle of 30º 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 #DBD0C5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 197 | - |
CMYK | 0 | 0.05 | 0.10 | 0.14 |
HSL | 30º | 0.23% | 0.82% | - |
HSV(B) | 30º | 0.1% | 0.86% | - |
XYZ | 61.85 | 64.2 | 61.96 | - |
YUV | 210.04 | 120.64 | 134.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 197 | 0 | 0.05 | 0.10 | 0.14 | 30 | 0.23 | 0.82 |
Hex | DB | D0 | C5 | 0 | 5 | A | E | 1E | 17 | 52 |
Octal | 333 | 320 | 305 | 0 | 5 | 12 | 16 | 36 | 27 | 122 |
Binary | 11011011 | 11010000 | 11000101 | 0 | 101 | 1010 | 1110 | 11110 | 10111 | 1010010 |
Color Harmonies of #DBD0C5
Complementary color
Monochromatic Colors of #DBD0C5
Black with #DBD0C5
Text Example
Text Example
White with #DBD0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0C5; }
p { color: rgb(219,208,197); }
H1.HeaderClassName
{
color: #DBD0C5;
}
.AnyTagClassName
{
color: #DBD0C5;
}
</style>
background-color css
<style>
a { background-color: #DBD0C5; }
a { background-color: rgb(219,208,197); }
div.DivClassName
{
background-color: #DBD0C5;
}
.BgClassName
{
background-color: #DBD0C5;
}
</style>
border-color css
<style>
span { border-color: #DBD0C5; }
span { border-color: rgb(219,208,197); }
td.TdClassName
{
border-color: #DBD0C5;
}
.TagClassName
{
border-color: #DBD0C5;
}
</style>