#E2C0E8

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

Shades of Thistle #E2C0E8

Tints of Thistle #E2C0E8

Color information

#E2C0E8 (or 0xE2C0E8) is unknown color: approx Thistle. HEX triplet: E2, C0 and E8. RGB value is (226,192,232). Sum of RGB (Red+Green+Blue) = 226+192+232=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2C0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C0E8 is #1D3F17. Grayscale: #CECECE. Windows color (decimal): -1916696 or 15253730. OLE color: 15253730.

HSL color Cylindrical-coordinate representation of color #E2C0E8: hue angle of 291º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2C0E8 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226192232-
CMYK0.030.1700.09
HSL291º46.51%83.14%-
HSV(B)291º17.24%90.98%-
XYZ64.7859.6984.45-
YUV206.73142.26141.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 232 (91.02% from 255) = 35.69%
R=34.77%
G=29.54%
B=35.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2261922320.030.1700.0929146.5183.14
HexE2C0E8311091232f53
Octal34230035032101144357123
Binary1110001011000000111010001110001010011001000111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C0E8; }

 p { color: rgb(226,192,232); }

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

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

 a { background-color: rgb(226,192,232); }

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

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

 span { border-color: rgb(226,192,232); }

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