#E7BDEC

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

Shades of Thistle #E7BDEC

Tints of Thistle #E7BDEC

Color information

#E7BDEC (or 0xE7BDEC) is unknown color: approx Thistle. HEX triplet: E7, BD and EC. RGB value is (231,189,236). Sum of RGB (Red+Green+Blue) = 231+189+236=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDEC is #184213. Grayscale: #CECECE. Windows color (decimal): -1589780 or 15515111. OLE color: 15515111.

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

Color convert

RGB231189236-
CMYK0.020.2000.07
HSL293.62º55.29%83.33%-
HSV(B)293.62º19.92%92.55%-
XYZ66.2959.4487.34-
YUV206.92144.41145.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 189 (74.22% from 255) = 28.81%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=35.21%
G=28.81%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311892360.020.2000.07293.6255.2983.33
HexE7BDEC214071263753
Octal3472753542240744667123
Binary111001111011110111101100101010001111001001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDEC; }

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

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

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

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

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

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

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

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