#E4BDEA

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

Shades of Thistle #E4BDEA

Tints of Thistle #E4BDEA

Color information

#E4BDEA (or 0xE4BDEA) is unknown color: approx Thistle. HEX triplet: E4, BD and EA. RGB value is (228,189,234). Sum of RGB (Red+Green+Blue) = 228+189+234=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDEA is #1B4215. Grayscale: #CDCDCD. Windows color (decimal): -1786390 or 15384036. OLE color: 15384036.

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

Color convert

RGB228189234-
CMYK0.030.1900.08
HSL292º51.72%82.94%-
HSV(B)292º19.23%91.76%-
XYZ65.0458.8385.77-
YUV205.79143.92143.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.02%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=35.02%
G=29.03%
B=35.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281892340.030.1900.0829251.7282.94
HexE4BDEA313081243453
Octal34427535232301044464123
Binary1110010010111101111010101110011010001001001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDEA; }

 p { color: rgb(228,189,234); }

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

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

 a { background-color: rgb(228,189,234); }

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

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

 span { border-color: rgb(228,189,234); }

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