#E9BDEB

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

Shades of Thistle #E9BDEB

Tints of Thistle #E9BDEB

Color information

#E9BDEB (or 0xE9BDEB) is unknown color: approx Thistle. HEX triplet: E9, BD and EB. RGB value is (233,189,235). Sum of RGB (Red+Green+Blue) = 233+189+235=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9BDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDEB is #164214. Grayscale: #CFCFCF. Windows color (decimal): -1458709 or 15449577. OLE color: 15449577.

HSL color Cylindrical-coordinate representation of color #E9BDEB: hue angle of 297.39º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BDEB is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233189235-
CMYK0.010.2000.08
HSL297.39º53.49%83.14%-
HSV(B)297.39º19.57%92.16%-
XYZ66.859.7286.6-
YUV207.4143.58146.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.46%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=35.46%
G=28.77%
B=35.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331892350.010.2000.08297.3953.4983.14
HexE9BDEB114081293553
Octal35127535312401045165123
Binary111010011011110111101011110100010001001010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDEB; }

 p { color: rgb(233,189,235); }

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

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

 a { background-color: rgb(233,189,235); }

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

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

 span { border-color: rgb(233,189,235); }

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