Shades of Thistle #DABDDC
Tints of Thistle #DABDDC
RGB
CMYK
RGB Variations
Color information
#DABDDC (or 0xDABDDC) is known color: Thistle. HEX triplet: DA, BD and DC. RGB value is (218,189,220). Sum of RGB (Red+Green+Blue) = 218+189+220=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #DABDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDC is #254223. Grayscale: #C9C9C9. Windows color (decimal): -2441764 or 14466522. OLE color: 14466522.
HSL color Cylindrical-coordinate representation of color #DABDDC: hue angle of 296.13º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABDDC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 189 | 220 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.14 |
| HSL | 296.13º | 0.31% | 0.8% | - |
| HSV(B) | 296.13º | 0.14% | 0.86% | - |
| XYZ | 60.03 | 56.47 | 75.45 | - |
| YUV | 201.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 220 | 0.01 | 0.14 | 0 | 0.14 | 296.13 | 0.31 | 0.8 |
| Hex | DA | BD | DC | 1 | E | 0 | E | 128 | 1F | 50 |
| Octal | 332 | 275 | 334 | 1 | 16 | 0 | 16 | 450 | 37 | 120 |
| Binary | 11011010 | 10111101 | 11011100 | 1 | 1110 | 0 | 1110 | 100101000 | 11111 | 1010000 |
Color Harmonies of #DABDDC
Complementary color
Monochromatic Colors of #DABDDC
Black with #DABDDC
Text Example
Text Example
White with #DABDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDDC; }
p { color: rgb(218,189,220); }
H1.HeaderClassName
{
color: #DABDDC;
}
.AnyTagClassName
{
color: #DABDDC;
}
</style>
background-color css
<style>
a { background-color: #DABDDC; }
a { background-color: rgb(218,189,220); }
div.DivClassName
{
background-color: #DABDDC;
}
.BgClassName
{
background-color: #DABDDC;
}
</style>
border-color css
<style>
span { border-color: #DABDDC; }
span { border-color: rgb(218,189,220); }
td.TdClassName
{
border-color: #DABDDC;
}
.TagClassName
{
border-color: #DABDDC;
}
</style>