Shades of Thistle #DAC2E1
Tints of Thistle #DAC2E1
RGB
CMYK
RGB Variations
Color information
#DAC2E1 (or 0xDAC2E1) is known color: Thistle. HEX triplet: DA, C2 and E1. RGB value is (218,194,225). Sum of RGB (Red+Green+Blue) = 218+194+225=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAC2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2E1 is #253D1E. Grayscale: #CCCCCC. Windows color (decimal): -2440479 or 14795482. OLE color: 14795482.
HSL color Cylindrical-coordinate representation of color #DAC2E1: hue angle of 286.45º 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 #DAC2E1 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 194 | 225 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.12 |
| HSL | 286.45º | 0.34% | 0.82% | - |
| HSV(B) | 286.45º | 0.14% | 0.88% | - |
| XYZ | 61.8 | 58.93 | 79.35 | - |
| YUV | 204.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 225 | 0.03 | 0.14 | 0 | 0.12 | 286.45 | 0.34 | 0.82 |
| Hex | DA | C2 | E1 | 3 | E | 0 | C | 11E | 22 | 52 |
| Octal | 332 | 302 | 341 | 3 | 16 | 0 | 14 | 436 | 42 | 122 |
| Binary | 11011010 | 11000010 | 11100001 | 11 | 1110 | 0 | 1100 | 100011110 | 100010 | 1010010 |
Color Harmonies of #DAC2E1
Complementary color
Monochromatic Colors of #DAC2E1
Black with #DAC2E1
Text Example
Text Example
White with #DAC2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2E1; }
p { color: rgb(218,194,225); }
H1.HeaderClassName
{
color: #DAC2E1;
}
.AnyTagClassName
{
color: #DAC2E1;
}
</style>
background-color css
<style>
a { background-color: #DAC2E1; }
a { background-color: rgb(218,194,225); }
div.DivClassName
{
background-color: #DAC2E1;
}
.BgClassName
{
background-color: #DAC2E1;
}
</style>
border-color css
<style>
span { border-color: #DAC2E1; }
span { border-color: rgb(218,194,225); }
td.TdClassName
{
border-color: #DAC2E1;
}
.TagClassName
{
border-color: #DAC2E1;
}
</style>