#E3CAE0

Color #E3CAE0 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #E3CAE0

Tints of Thistle #E3CAE0

Color information

#E3CAE0 (or 0xE3CAE0) is unknown color: approx 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

RGB227202224-
CMYK00.110.010.11
HSL307.2º30.86%84.12%-
HSV(B)307.2º11.01%89.02%-
XYZ66.2563.9579.37-
YUV211.98134.78138.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 34.76%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=34.76%
G=30.93%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720222400.110.010.11307.230.8684.12
HexE3CAE00B1B1331f54
Octal34331234001311346337124
Binary1110001111001010111000000101111011100110011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>