Shades of Thistle #DAB6DF
Tints of Thistle #DAB6DF
RGB
CMYK
RGB Variations
Color information
#DAB6DF (or 0xDAB6DF) is known color: Thistle. HEX triplet: DA, B6 and DF. RGB value is (218,182,223). Sum of RGB (Red+Green+Blue) = 218+182+223=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6DF is #254920. Grayscale: #C5C5C5. Windows color (decimal): -2443553 or 14661338. OLE color: 14661338.
HSL color Cylindrical-coordinate representation of color #DAB6DF: hue angle of 292.68º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB6DF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 182 | 223 | - |
CMYK | 0.02 | 0.18 | 0 | 0.13 |
HSL | 292.68º | 0.39% | 0.79% | - |
HSV(B) | 292.68º | 0.18% | 0.87% | - |
XYZ | 58.96 | 53.69 | 77.07 | - |
YUV | 197.44 | 142.43 | 142.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 182 | 223 | 0.02 | 0.18 | 0 | 0.13 | 292.68 | 0.39 | 0.79 |
Hex | DA | B6 | DF | 2 | 12 | 0 | D | 125 | 27 | 4F |
Octal | 332 | 266 | 337 | 2 | 22 | 0 | 15 | 445 | 47 | 117 |
Binary | 11011010 | 10110110 | 11011111 | 10 | 10010 | 0 | 1101 | 100100101 | 100111 | 1001111 |
Color Harmonies of #DAB6DF
Complementary color
Monochromatic Colors of #DAB6DF
Black with #DAB6DF
Text Example
Text Example
White with #DAB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6DF; }
p { color: rgb(218,182,223); }
H1.HeaderClassName
{
color: #DAB6DF;
}
.AnyTagClassName
{
color: #DAB6DF;
}
</style>
background-color css
<style>
a { background-color: #DAB6DF; }
a { background-color: rgb(218,182,223); }
div.DivClassName
{
background-color: #DAB6DF;
}
.BgClassName
{
background-color: #DAB6DF;
}
</style>
border-color css
<style>
span { border-color: #DAB6DF; }
span { border-color: rgb(218,182,223); }
td.TdClassName
{
border-color: #DAB6DF;
}
.TagClassName
{
border-color: #DAB6DF;
}
</style>