#E0BCEA

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

Shades of Thistle #E0BCEA

Tints of Thistle #E0BCEA

Color information

#E0BCEA (or 0xE0BCEA) is unknown color: approx Thistle. HEX triplet: E0, BC and EA. RGB value is (224,188,234). Sum of RGB (Red+Green+Blue) = 224+188+234=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCEA is #1F4315. Grayscale: #CBCBCB. Windows color (decimal): -2048790 or 15383776. OLE color: 15383776.

HSL color Cylindrical-coordinate representation of color #E0BCEA: hue angle of 286.96º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0BCEA is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224188234-
CMYK0.040.2000.08
HSL286.96º52.27%82.75%-
HSV(B)286.96º19.66%91.76%-
XYZ63.5757.7585.64-
YUV204.01144.93142.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 188 (73.83% from 255) = 29.10%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=34.67%
G=29.10%
B=36.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241882340.040.2000.08286.9652.2782.75
HexE0BCEA4140811f3453
Octal34027435242401043764123
Binary11100000101111001110101010010100010001000111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCEA; }

 p { color: rgb(224,188,234); }

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

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

 a { background-color: rgb(224,188,234); }

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

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

 span { border-color: rgb(224,188,234); }

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