#E3BFEA

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

Shades of Thistle #E3BFEA

Tints of Thistle #E3BFEA

Color information

#E3BFEA (or 0xE3BFEA) is unknown color: approx Thistle. HEX triplet: E3, BF and EA. RGB value is (227,191,234). Sum of RGB (Red+Green+Blue) = 227+191+234=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFEA is #1C4015. Grayscale: #CECECE. Windows color (decimal): -1851414 or 15384547. OLE color: 15384547.

HSL color Cylindrical-coordinate representation of color #E3BFEA: hue angle of 290.23º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3BFEA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227191234-
CMYK0.030.1800.08
HSL290.23º50.59%83.33%-
HSV(B)290.23º18.38%91.76%-
XYZ65.1659.5385.9-
YUV206.67143.43142.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.82%
GREEN value IS 191 (75% from 255) = 29.29%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=34.82%
G=29.29%
B=35.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271912340.030.1800.08290.2350.5983.33
HexE3BFEA312081223353
Octal34327735232201044263123
Binary1110001110111111111010101110010010001001000101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BFEA; }

 p { color: rgb(227,191,234); }

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

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

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

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

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

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

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