#E7BDEB

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

Shades of Thistle #E7BDEB

Tints of Thistle #E7BDEB

Color information

#E7BDEB (or 0xE7BDEB) is unknown color: approx Thistle. HEX triplet: E7, BD and EB. RGB value is (231,189,235). Sum of RGB (Red+Green+Blue) = 231+189+235=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7BDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDEB is #184214. Grayscale: #CECECE. Windows color (decimal): -1589781 or 15449575. OLE color: 15449575.

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

Color convert

RGB231189235-
CMYK0.020.2000.08
HSL294.78º53.49%83.14%-
HSV(B)294.78º19.57%92.16%-
XYZ66.1559.3886.57-
YUV206.8143.91145.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=35.27%
G=28.85%
B=35.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311892350.020.2000.08294.7853.4983.14
HexE7BDEB214081273553
Octal34727535322401044765123
Binary1110011110111101111010111010100010001001001111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDEB; }

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

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

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

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

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

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

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

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