#E6BDEA

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

Shades of Thistle #E6BDEA

Tints of Thistle #E6BDEA

Color information

#E6BDEA (or 0xE6BDEA) is unknown color: approx Thistle. HEX triplet: E6, BD and EA. RGB value is (230,189,234). Sum of RGB (Red+Green+Blue) = 230+189+234=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDEA is #194215. Grayscale: #CECECE. Windows color (decimal): -1655318 or 15384038. OLE color: 15384038.

HSL color Cylindrical-coordinate representation of color #E6BDEA: hue angle of 294.67º 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 #E6BDEA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230189234-
CMYK0.020.1900.08
HSL294.67º51.72%82.94%-
HSV(B)294.67º19.23%91.76%-
XYZ65.6859.1685.8-
YUV206.39143.58144.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=35.22%
G=28.94%
B=35.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301892340.020.1900.08294.6751.7282.94
HexE6BDEA213081273453
Octal34627535222301044764123
Binary1110011010111101111010101010011010001001001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDEA; }

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

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

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

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

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

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

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

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