Shades of Thistle #DACCDA
Tints of Thistle #DACCDA
RGB
CMYK
RGB Variations
Color information
#DACCDA (or 0xDACCDA) is known color: Thistle. HEX triplet: DA, CC and DA. RGB value is (218,204,218). Sum of RGB (Red+Green+Blue) = 218+204+218=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCDA is #253325. Grayscale: #D1D1D1. Windows color (decimal): -2437926 or 14339290. OLE color: 14339290.
HSL color Cylindrical-coordinate representation of color #DACCDA: hue angle of 300º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACCDA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 204 | 218 | - |
CMYK | 0 | 0.06 | 0 | 0.15 |
HSL | 300º | 0.16% | 0.83% | - |
HSV(B) | 300º | 0.06% | 0.85% | - |
XYZ | 63.16 | 63.15 | 75.19 | - |
YUV | 209.78 | 132.64 | 133.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 204 | 218 | 0 | 0.06 | 0 | 0.15 | 300 | 0.16 | 0.83 |
Hex | DA | CC | DA | 0 | 6 | 0 | F | 12C | 10 | 53 |
Octal | 332 | 314 | 332 | 0 | 6 | 0 | 17 | 454 | 20 | 123 |
Binary | 11011010 | 11001100 | 11011010 | 0 | 110 | 0 | 1111 | 100101100 | 10000 | 1010011 |
Color Harmonies of #DACCDA
Complementary color
Monochromatic Colors of #DACCDA
Black with #DACCDA
Text Example
Text Example
White with #DACCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCDA; }
p { color: rgb(218,204,218); }
H1.HeaderClassName
{
color: #DACCDA;
}
.AnyTagClassName
{
color: #DACCDA;
}
</style>
background-color css
<style>
a { background-color: #DACCDA; }
a { background-color: rgb(218,204,218); }
div.DivClassName
{
background-color: #DACCDA;
}
.BgClassName
{
background-color: #DACCDA;
}
</style>
border-color css
<style>
span { border-color: #DACCDA; }
span { border-color: rgb(218,204,218); }
td.TdClassName
{
border-color: #DACCDA;
}
.TagClassName
{
border-color: #DACCDA;
}
</style>