#E6BBEB

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

Shades of Thistle #E6BBEB

Tints of Thistle #E6BBEB

Color information

#E6BBEB (or 0xE6BBEB) is unknown color: approx Thistle. HEX triplet: E6, BB and EB. RGB value is (230,187,235). Sum of RGB (Red+Green+Blue) = 230+187+235=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6BBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBEB is #194414. Grayscale: #CDCDCD. Windows color (decimal): -1655829 or 15449062. OLE color: 15449062.

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

Color convert

RGB230187235-
CMYK0.020.2000.08
HSL293.75º54.55%82.75%-
HSV(B)293.75º20.43%92.16%-
XYZ65.458.3686.42-
YUV205.33144.75145.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.28%
GREEN value IS 187 (73.44% from 255) = 28.68%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=35.28%
G=28.68%
B=36.04%

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
Decimal2301872350.020.2000.08293.7554.5582.75
HexE6BBEB214081263753
Octal34627335322401044667123
Binary1110011010111011111010111010100010001001001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBEB; }

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

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

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

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

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

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

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

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