#E4BDEC

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

Shades of Thistle #E4BDEC

Tints of Thistle #E4BDEC

Color information

#E4BDEC (or 0xE4BDEC) is unknown color: approx Thistle. HEX triplet: E4, BD and EC. RGB value is (228,189,236). Sum of RGB (Red+Green+Blue) = 228+189+236=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDEC is #1B4213. Grayscale: #CDCDCD. Windows color (decimal): -1786388 or 15515108. OLE color: 15515108.

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

Color convert

RGB228189236-
CMYK0.030.2000.07
HSL289.79º55.29%83.33%-
HSV(B)289.79º19.92%92.55%-
XYZ65.3358.9587.29-
YUV206.02144.92143.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.92%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=34.92%
G=28.94%
B=36.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281892360.030.2000.07289.7955.2983.33
HexE4BDEC314071223753
Octal3442753543240744267123
Binary111001001011110111101100111010001111001000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDEC; }

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

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

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

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

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

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

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

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