Shades of Thistle #E6B5ED
Tints of Thistle #E6B5ED
RGB
CMYK
RGB Variations
Color information
#E6B5ED (or 0xE6B5ED) is known color: Thistle. HEX triplet: E6, B5 and ED. RGB value is (230,181,237). Sum of RGB (Red+Green+Blue) = 230+181+237=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B5ED is #194A12. Grayscale: #C9C9C9. Windows color (decimal): -1657363 or 15578598. OLE color: 15578598.
HSL color Cylindrical-coordinate representation of color #E6B5ED: hue angle of 292.5º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6B5ED is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 181 | 237 | - |
CMYK | 0.03 | 0.24 | 0 | 0.07 |
HSL | 292.5º | 0.61% | 0.82% | - |
HSV(B) | 292.5º | 0.24% | 0.93% | - |
XYZ | 64.44 | 55.99 | 87.53 | - |
YUV | 202.04 | 147.73 | 147.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 181 | 237 | 0.03 | 0.24 | 0 | 0.07 | 292.5 | 0.61 | 0.82 |
Hex | E6 | B5 | ED | 3 | 18 | 0 | 7 | 124 | 3D | 52 |
Octal | 346 | 265 | 355 | 3 | 30 | 0 | 7 | 444 | 75 | 122 |
Binary | 11100110 | 10110101 | 11101101 | 11 | 11000 | 0 | 111 | 100100100 | 111101 | 1010010 |
Color Harmonies of #E6B5ED
Complementary color
Monochromatic Colors of #E6B5ED
Black with #E6B5ED
Text Example
Text Example
White with #E6B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B5ED; }
p { color: rgb(230,181,237); }
H1.HeaderClassName
{
color: #E6B5ED;
}
.AnyTagClassName
{
color: #E6B5ED;
}
</style>
background-color css
<style>
a { background-color: #E6B5ED; }
a { background-color: rgb(230,181,237); }
div.DivClassName
{
background-color: #E6B5ED;
}
.BgClassName
{
background-color: #E6B5ED;
}
</style>
border-color css
<style>
span { border-color: #E6B5ED; }
span { border-color: rgb(230,181,237); }
td.TdClassName
{
border-color: #E6B5ED;
}
.TagClassName
{
border-color: #E6B5ED;
}
</style>