Shades of Thistle #E3CAE0
Tints of Thistle #E3CAE0
RGB
CMYK
RGB Variations
Color information
#E3CAE0 (or 0xE3CAE0) is known color: Thistle. HEX triplet: E3, CA and E0. RGB value is (227,202,224). Sum of RGB (Red+Green+Blue) = 227+202+224=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CAE0 is #1C351F. Grayscale: #D3D3D3. Windows color (decimal): -1848608 or 14732003. OLE color: 14732003.
HSL color Cylindrical-coordinate representation of color #E3CAE0: hue angle of 307.2º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CAE0 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 224 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.11 |
| HSL | 307.2º | 0.31% | 0.84% | - |
| HSV(B) | 307.2º | 0.11% | 0.89% | - |
| XYZ | 66.25 | 63.95 | 79.37 | - |
| YUV | 211.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 224 | 0 | 0.11 | 0.01 | 0.11 | 307.2 | 0.31 | 0.84 |
| Hex | E3 | CA | E0 | 0 | B | 1 | B | 133 | 1F | 54 |
| Octal | 343 | 312 | 340 | 0 | 13 | 1 | 13 | 463 | 37 | 124 |
| Binary | 11100011 | 11001010 | 11100000 | 0 | 1011 | 1 | 1011 | 100110011 | 11111 | 1010100 |
Color Harmonies of #E3CAE0
Complementary color
Monochromatic Colors of #E3CAE0
Black with #E3CAE0
Text Example
Text Example
White with #E3CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CAE0; }
p { color: rgb(227,202,224); }
H1.HeaderClassName
{
color: #E3CAE0;
}
.AnyTagClassName
{
color: #E3CAE0;
}
</style>
background-color css
<style>
a { background-color: #E3CAE0; }
a { background-color: rgb(227,202,224); }
div.DivClassName
{
background-color: #E3CAE0;
}
.BgClassName
{
background-color: #E3CAE0;
}
</style>
border-color css
<style>
span { border-color: #E3CAE0; }
span { border-color: rgb(227,202,224); }
td.TdClassName
{
border-color: #E3CAE0;
}
.TagClassName
{
border-color: #E3CAE0;
}
</style>