#E4B9EC

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

Shades of Thistle #E4B9EC

Tints of Thistle #E4B9EC

Color information

#E4B9EC (or 0xE4B9EC) is unknown color: approx Thistle. HEX triplet: E4, B9 and EC. RGB value is (228,185,236). Sum of RGB (Red+Green+Blue) = 228+185+236=649 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.13% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B9EC is #1B4613. Grayscale: #CBCBCB. Windows color (decimal): -1787412 or 15514084. OLE color: 15514084.

HSL color Cylindrical-coordinate representation of color #E4B9EC: hue angle of 290.59º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4B9EC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228185236-
CMYK0.030.2200.07
HSL290.59º57.3%82.55%-
HSV(B)290.59º21.61%92.55%-
XYZ64.4857.2587.01-
YUV203.67146.25145.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.13%
GREEN value IS 185 (72.66% from 255) = 28.51%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=35.13%
G=28.51%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281852360.030.2200.07290.5957.382.55
HexE4B9EC316071233953
Octal3442713543260744371123
Binary111001001011100111101100111011001111001000111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B9EC; }

 p { color: rgb(228,185,236); }

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

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

 a { background-color: rgb(228,185,236); }

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

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

 span { border-color: rgb(228,185,236); }

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