Shades of Thistle #DAC0E0
Tints of Thistle #DAC0E0
RGB
CMYK
RGB Variations
Color information
#DAC0E0 (or 0xDAC0E0) is known color: Thistle. HEX triplet: DA, C0 and E0. RGB value is (218,192,224). Sum of RGB (Red+Green+Blue) = 218+192+224=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0E0 is #253F1F. Grayscale: #CBCBCB. Windows color (decimal): -2440992 or 14729434. OLE color: 14729434.
HSL color Cylindrical-coordinate representation of color #DAC0E0: hue angle of 288.75º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC0E0 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 192 | 224 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.12 |
| HSL | 288.75º | 0.34% | 0.82% | - |
| HSV(B) | 288.75º | 0.14% | 0.88% | - |
| XYZ | 61.22 | 57.99 | 78.49 | - |
| YUV | 203.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 224 | 0.03 | 0.14 | 0 | 0.12 | 288.75 | 0.34 | 0.82 |
| Hex | DA | C0 | E0 | 3 | E | 0 | C | 121 | 22 | 52 |
| Octal | 332 | 300 | 340 | 3 | 16 | 0 | 14 | 441 | 42 | 122 |
| Binary | 11011010 | 11000000 | 11100000 | 11 | 1110 | 0 | 1100 | 100100001 | 100010 | 1010010 |
Color Harmonies of #DAC0E0
Complementary color
Monochromatic Colors of #DAC0E0
Black with #DAC0E0
Text Example
Text Example
White with #DAC0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0E0; }
p { color: rgb(218,192,224); }
H1.HeaderClassName
{
color: #DAC0E0;
}
.AnyTagClassName
{
color: #DAC0E0;
}
</style>
background-color css
<style>
a { background-color: #DAC0E0; }
a { background-color: rgb(218,192,224); }
div.DivClassName
{
background-color: #DAC0E0;
}
.BgClassName
{
background-color: #DAC0E0;
}
</style>
border-color css
<style>
span { border-color: #DAC0E0; }
span { border-color: rgb(218,192,224); }
td.TdClassName
{
border-color: #DAC0E0;
}
.TagClassName
{
border-color: #DAC0E0;
}
</style>