#E6BFEA

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

Shades of Thistle #E6BFEA

Tints of Thistle #E6BFEA

Color information

#E6BFEA (or 0xE6BFEA) is unknown color: approx Thistle. HEX triplet: E6, BF and EA. RGB value is (230,191,234). Sum of RGB (Red+Green+Blue) = 230+191+234=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFEA is #194015. Grayscale: #CFCFCF. Windows color (decimal): -1654806 or 15384550. OLE color: 15384550.

HSL color Cylindrical-coordinate representation of color #E6BFEA: hue angle of 294.42º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BFEA is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230191234-
CMYK0.020.1800.08
HSL294.42º50.59%83.33%-
HSV(B)294.42º18.38%91.76%-
XYZ66.1260.0385.94-
YUV207.56142.92144-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.11%
GREEN value IS 191 (75% from 255) = 29.16%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=35.11%
G=29.16%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301912340.020.1800.08294.4250.5983.33
HexE6BFEA212081263353
Octal34627735222201044663123
Binary1110011010111111111010101010010010001001001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFEA; }

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

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

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

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

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

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

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

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