#E0BFE0

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

Shades of Thistle #E0BFE0

Tints of Thistle #E0BFE0

Color information

#E0BFE0 (or 0xE0BFE0) is unknown color: approx Thistle. HEX triplet: E0, BF and E0. RGB value is (224,191,224). Sum of RGB (Red+Green+Blue) = 224+191+224=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFE0 is #1F401F. Grayscale: #CCCCCC. Windows color (decimal): -2048032 or 14729184. OLE color: 14729184.

HSL color Cylindrical-coordinate representation of color #E0BFE0: hue angle of 300º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFE0 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224191224-
CMYK00.1500.12
HSL300º34.74%81.37%-
HSV(B)300º14.73%87.84%-
XYZ62.8358.4978.5-
YUV204.63138.93141.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=35.05%
G=29.89%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419122400.1500.1230034.7481.37
HexE0BFE00F0C12c2351
Octal34027734001701445443121
Binary11100000101111111110000001111011001001011001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFE0; }

 p { color: rgb(224,191,224); }

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

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

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

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

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

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

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