#E6BBE8

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

Shades of Thistle #E6BBE8

Tints of Thistle #E6BBE8

Color information

#E6BBE8 (or 0xE6BBE8) is unknown color: approx Thistle. HEX triplet: E6, BB and E8. RGB value is (230,187,232). Sum of RGB (Red+Green+Blue) = 230+187+232=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6BBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBE8 is #194417. Grayscale: #CCCCCC. Windows color (decimal): -1655832 or 15252454. OLE color: 15252454.

HSL color Cylindrical-coordinate representation of color #E6BBE8: hue angle of 297.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BBE8 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB230187232-
CMYK0.010.1900.09
HSL297.33º49.45%82.16%-
HSV(B)297.33º19.4%90.98%-
XYZ64.9758.1984.15-
YUV204.99143.25145.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.44%
GREEN value IS 187 (73.44% from 255) = 28.81%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=35.44%
G=28.81%
B=35.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301872320.010.1900.09297.3349.4582.16
HexE6BBE8113091293152
Octal34627335012301145161122
Binary111001101011101111101000110011010011001010011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBE8; }

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

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

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

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

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

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

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

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