#E0C3E4

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

Shades of Thistle #E0C3E4

Tints of Thistle #E0C3E4

Color information

#E0C3E4 (or 0xE0C3E4) is unknown color: approx Thistle. HEX triplet: E0, C3 and E4. RGB value is (224,195,228). Sum of RGB (Red+Green+Blue) = 224+195+228=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0C3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C3E4 is #1F3C1B. Grayscale: #CFCFCF. Windows color (decimal): -2047004 or 14992352. OLE color: 14992352.

HSL color Cylindrical-coordinate representation of color #E0C3E4: hue angle of 292.73º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0C3E4 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224195228-
CMYK0.020.1400.11
HSL292.73º37.93%82.94%-
HSV(B)292.73º14.47%89.41%-
XYZ64.2660.4881.69-
YUV207.43139.61139.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 195 (76.56% from 255) = 30.14%
BLUE value IS 228 (89.45% from 255) = 35.24%
R=34.62%
G=30.14%
B=35.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241952280.020.1400.11292.7337.9382.94
HexE0C3E42E0B1252653
Octal34030334421601344546123
Binary111000001100001111100100101110010111001001011001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C3E4; }

 p { color: rgb(224,195,228); }

 H1.HeaderClassName
 {
   color: #E0C3E4;
 }
 .AnyTagClassName
 {
   color: #E0C3E4;
 }
</style>
background-color css

<style>
 a { background-color: #E0C3E4; }

 a { background-color: rgb(224,195,228); }

 div.DivClassName
 {
   background-color: #E0C3E4;
 }
 .BgClassName
 {
   background-color: #E0C3E4;
 }
</style>
border-color css

<style>
 span { border-color: #E0C3E4; }

 span { border-color: rgb(224,195,228); }

 td.TdClassName
 {
   border-color: #E0C3E4;
 }
 .TagClassName
 {
   border-color: #E0C3E4;
 }
</style>