Shades of Thistle #DAB2DD
Tints of Thistle #DAB2DD
RGB
CMYK
RGB Variations
Color information
#DAB2DD (or 0xDAB2DD) is known color: Thistle. HEX triplet: DA, B2 and DD. RGB value is (218,178,221). Sum of RGB (Red+Green+Blue) = 218+178+221=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2DD is #254D22. Grayscale: #C2C2C2. Windows color (decimal): -2444579 or 14529242. OLE color: 14529242.
HSL color Cylindrical-coordinate representation of color #DAB2DD: hue angle of 295.81º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB2DD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 178 | 221 | - |
CMYK | 0.01 | 0.19 | 0 | 0.13 |
HSL | 295.81º | 0.39% | 0.78% | - |
HSV(B) | 295.81º | 0.19% | 0.87% | - |
XYZ | 57.88 | 51.97 | 75.39 | - |
YUV | 194.86 | 142.75 | 144.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 178 | 221 | 0.01 | 0.19 | 0 | 0.13 | 295.81 | 0.39 | 0.78 |
Hex | DA | B2 | DD | 1 | 13 | 0 | D | 128 | 27 | 4E |
Octal | 332 | 262 | 335 | 1 | 23 | 0 | 15 | 450 | 47 | 116 |
Binary | 11011010 | 10110010 | 11011101 | 1 | 10011 | 0 | 1101 | 100101000 | 100111 | 1001110 |
Color Harmonies of #DAB2DD
Complementary color
Monochromatic Colors of #DAB2DD
Black with #DAB2DD
Text Example
Text Example
White with #DAB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2DD; }
p { color: rgb(218,178,221); }
H1.HeaderClassName
{
color: #DAB2DD;
}
.AnyTagClassName
{
color: #DAB2DD;
}
</style>
background-color css
<style>
a { background-color: #DAB2DD; }
a { background-color: rgb(218,178,221); }
div.DivClassName
{
background-color: #DAB2DD;
}
.BgClassName
{
background-color: #DAB2DD;
}
</style>
border-color css
<style>
span { border-color: #DAB2DD; }
span { border-color: rgb(218,178,221); }
td.TdClassName
{
border-color: #DAB2DD;
}
.TagClassName
{
border-color: #DAB2DD;
}
</style>