Shades of Thistle #DAB5E4
Tints of Thistle #DAB5E4
RGB
CMYK
RGB Variations
Color information
#DAB5E4 (or 0xDAB5E4) is known color: Thistle. HEX triplet: DA, B5 and E4. RGB value is (218,181,228). Sum of RGB (Red+Green+Blue) = 218+181+228=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAB5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5E4 is #254A1B. Grayscale: #C5C5C5. Windows color (decimal): -2443804 or 14988762. OLE color: 14988762.
HSL color Cylindrical-coordinate representation of color #DAB5E4: hue angle of 287.23º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB5E4 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 181 | 228 | - |
CMYK | 0.04 | 0.21 | 0 | 0.11 |
HSL | 287.23º | 0.47% | 0.8% | - |
HSV(B) | 287.23º | 0.21% | 0.89% | - |
XYZ | 59.44 | 53.55 | 80.6 | - |
YUV | 197.42 | 145.26 | 142.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 181 | 228 | 0.04 | 0.21 | 0 | 0.11 | 287.23 | 0.47 | 0.8 |
Hex | DA | B5 | E4 | 4 | 15 | 0 | B | 11F | 2F | 50 |
Octal | 332 | 265 | 344 | 4 | 25 | 0 | 13 | 437 | 57 | 120 |
Binary | 11011010 | 10110101 | 11100100 | 100 | 10101 | 0 | 1011 | 100011111 | 101111 | 1010000 |
Color Harmonies of #DAB5E4
Complementary color
Monochromatic Colors of #DAB5E4
Black with #DAB5E4
Text Example
Text Example
White with #DAB5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5E4; }
p { color: rgb(218,181,228); }
H1.HeaderClassName
{
color: #DAB5E4;
}
.AnyTagClassName
{
color: #DAB5E4;
}
</style>
background-color css
<style>
a { background-color: #DAB5E4; }
a { background-color: rgb(218,181,228); }
div.DivClassName
{
background-color: #DAB5E4;
}
.BgClassName
{
background-color: #DAB5E4;
}
</style>
border-color css
<style>
span { border-color: #DAB5E4; }
span { border-color: rgb(218,181,228); }
td.TdClassName
{
border-color: #DAB5E4;
}
.TagClassName
{
border-color: #DAB5E4;
}
</style>