#E6BBEA

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

Shades of Thistle #E6BBEA

Tints of Thistle #E6BBEA

Color information

#E6BBEA (or 0xE6BBEA) is unknown color: approx Thistle. HEX triplet: E6, BB and EA. RGB value is (230,187,234). Sum of RGB (Red+Green+Blue) = 230+187+234=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6BBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBEA is #194415. Grayscale: #CDCDCD. Windows color (decimal): -1655830 or 15383526. OLE color: 15383526.

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

Color convert

RGB230187234-
CMYK0.020.2000.08
HSL294.89º52.81%82.55%-
HSV(B)294.89º20.09%91.76%-
XYZ65.2558.385.66-
YUV205.21144.25145.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.33%
GREEN value IS 187 (73.44% from 255) = 28.73%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=35.33%
G=28.73%
B=35.94%

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
Decimal2301872340.020.2000.08294.8952.8182.55
HexE6BBEA214081273553
Octal34627335222401044765123
Binary1110011010111011111010101010100010001001001111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBEA; }

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

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

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

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

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

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

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

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