Shades of Thistle #E7C5E5
Tints of Thistle #E7C5E5
RGB
CMYK
RGB Variations
Color information
#E7C5E5 (or 0xE7C5E5) is known color: Thistle. HEX triplet: E7, C5 and E5. RGB value is (231,197,229). Sum of RGB (Red+Green+Blue) = 231+197+229=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C5E5 is #183A1A. Grayscale: #D2D2D2. Windows color (decimal): -1587739 or 15058407. OLE color: 15058407.
HSL color Cylindrical-coordinate representation of color #E7C5E5: hue angle of 303.53º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7C5E5 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 197 | 229 | - |
CMYK | 0 | 0.15 | 0.01 | 0.09 |
HSL | 303.53º | 0.41% | 0.84% | - |
HSV(B) | 303.53º | 0.15% | 0.91% | - |
XYZ | 67.06 | 62.58 | 82.67 | - |
YUV | 210.81 | 138.26 | 142.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 197 | 229 | 0 | 0.15 | 0.01 | 0.09 | 303.53 | 0.41 | 0.84 |
Hex | E7 | C5 | E5 | 0 | F | 1 | 9 | 130 | 29 | 54 |
Octal | 347 | 305 | 345 | 0 | 17 | 1 | 11 | 460 | 51 | 124 |
Binary | 11100111 | 11000101 | 11100101 | 0 | 1111 | 1 | 1001 | 100110000 | 101001 | 1010100 |
Color Harmonies of #E7C5E5
Complementary color
Monochromatic Colors of #E7C5E5
Black with #E7C5E5
Text Example
Text Example
White with #E7C5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C5E5; }
p { color: rgb(231,197,229); }
H1.HeaderClassName
{
color: #E7C5E5;
}
.AnyTagClassName
{
color: #E7C5E5;
}
</style>
background-color css
<style>
a { background-color: #E7C5E5; }
a { background-color: rgb(231,197,229); }
div.DivClassName
{
background-color: #E7C5E5;
}
.BgClassName
{
background-color: #E7C5E5;
}
</style>
border-color css
<style>
span { border-color: #E7C5E5; }
span { border-color: rgb(231,197,229); }
td.TdClassName
{
border-color: #E7C5E5;
}
.TagClassName
{
border-color: #E7C5E5;
}
</style>