#E6BCEA

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

Shades of Thistle #E6BCEA

Tints of Thistle #E6BCEA

Color information

#E6BCEA (or 0xE6BCEA) is unknown color: approx Thistle. HEX triplet: E6, BC and EA. RGB value is (230,188,234). Sum of RGB (Red+Green+Blue) = 230+188+234=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCEA is #194315. Grayscale: #CDCDCD. Windows color (decimal): -1655574 or 15383782. OLE color: 15383782.

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

Color convert

RGB230188234-
CMYK0.020.2000.08
HSL294.78º52.27%82.75%-
HSV(B)294.78º19.66%91.76%-
XYZ65.4758.7385.73-
YUV205.8143.91145.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.28%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=35.28%
G=28.83%
B=35.89%

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
Decimal2301882340.020.2000.08294.7852.2782.75
HexE6BCEA214081273453
Octal34627435222401044764123
Binary1110011010111100111010101010100010001001001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCEA; }

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

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

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

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

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

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

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

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