Shades of Thistle #DBCADA
Tints of Thistle #DBCADA
RGB
CMYK
RGB Variations
Color information
#DBCADA (or 0xDBCADA) is known color: Thistle. HEX triplet: DB, CA and DA. RGB value is (219,202,218). Sum of RGB (Red+Green+Blue) = 219+202+218=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCADA is #243525. Grayscale: #D0D0D0. Windows color (decimal): -2372902 or 14338779. OLE color: 14338779.
HSL color Cylindrical-coordinate representation of color #DBCADA: hue angle of 303.53º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCADA is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 202 | 218 | - |
CMYK | 0 | 0.08 | 0.00 | 0.14 |
HSL | 303.53º | 0.19% | 0.83% | - |
HSV(B) | 303.53º | 0.08% | 0.86% | - |
XYZ | 62.99 | 62.36 | 75.05 | - |
YUV | 208.91 | 133.13 | 135.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 202 | 218 | 0 | 0.08 | 0.00 | 0.14 | 303.53 | 0.19 | 0.83 |
Hex | DB | CA | DA | 0 | 8 | 0 | E | 130 | 13 | 53 |
Octal | 333 | 312 | 332 | 0 | 10 | 0 | 16 | 460 | 23 | 123 |
Binary | 11011011 | 11001010 | 11011010 | 0 | 1000 | 0 | 1110 | 100110000 | 10011 | 1010011 |
Color Harmonies of #DBCADA
Complementary color
Monochromatic Colors of #DBCADA
Black with #DBCADA
Text Example
Text Example
White with #DBCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCADA; }
p { color: rgb(219,202,218); }
H1.HeaderClassName
{
color: #DBCADA;
}
.AnyTagClassName
{
color: #DBCADA;
}
</style>
background-color css
<style>
a { background-color: #DBCADA; }
a { background-color: rgb(219,202,218); }
div.DivClassName
{
background-color: #DBCADA;
}
.BgClassName
{
background-color: #DBCADA;
}
</style>
border-color css
<style>
span { border-color: #DBCADA; }
span { border-color: rgb(219,202,218); }
td.TdClassName
{
border-color: #DBCADA;
}
.TagClassName
{
border-color: #DBCADA;
}
</style>