Shades of Thistle #DACDDA
Tints of Thistle #DACDDA
RGB
CMYK
RGB Variations
Color information
#DACDDA (or 0xDACDDA) is known color: Thistle. HEX triplet: DA, CD and DA. RGB value is (218,205,218). Sum of RGB (Red+Green+Blue) = 218+205+218=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDDA is #253225. Grayscale: #D2D2D2. Windows color (decimal): -2437670 or 14339546. OLE color: 14339546.
HSL color Cylindrical-coordinate representation of color #DACDDA: hue angle of 300º degrees, saturation: 0.15, 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 #DACDDA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 205 | 218 | - |
CMYK | 0 | 0.06 | 0 | 0.15 |
HSL | 300º | 0.15% | 0.83% | - |
HSV(B) | 300º | 0.06% | 0.85% | - |
XYZ | 63.4 | 63.63 | 75.27 | - |
YUV | 210.37 | 132.31 | 133.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 205 | 218 | 0 | 0.06 | 0 | 0.15 | 300 | 0.15 | 0.83 |
Hex | DA | CD | DA | 0 | 6 | 0 | F | 12C | F | 53 |
Octal | 332 | 315 | 332 | 0 | 6 | 0 | 17 | 454 | 17 | 123 |
Binary | 11011010 | 11001101 | 11011010 | 0 | 110 | 0 | 1111 | 100101100 | 1111 | 1010011 |
Color Harmonies of #DACDDA
Complementary color
Monochromatic Colors of #DACDDA
Black with #DACDDA
Text Example
Text Example
White with #DACDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDDA; }
p { color: rgb(218,205,218); }
H1.HeaderClassName
{
color: #DACDDA;
}
.AnyTagClassName
{
color: #DACDDA;
}
</style>
background-color css
<style>
a { background-color: #DACDDA; }
a { background-color: rgb(218,205,218); }
div.DivClassName
{
background-color: #DACDDA;
}
.BgClassName
{
background-color: #DACDDA;
}
</style>
border-color css
<style>
span { border-color: #DACDDA; }
span { border-color: rgb(218,205,218); }
td.TdClassName
{
border-color: #DACDDA;
}
.TagClassName
{
border-color: #DACDDA;
}
</style>