#E6BBEC

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

Shades of Thistle #E6BBEC

Tints of Thistle #E6BBEC

Color information

#E6BBEC (or 0xE6BBEC) is unknown color: approx Thistle. HEX triplet: E6, BB and EC. RGB value is (230,187,236). Sum of RGB (Red+Green+Blue) = 230+187+236=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6BBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBEC is #194413. Grayscale: #CDCDCD. Windows color (decimal): -1655828 or 15514598. OLE color: 15514598.

HSL color Cylindrical-coordinate representation of color #E6BBEC: hue angle of 292.65º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BBEC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230187236-
CMYK0.030.2100.07
HSL292.65º56.32%82.94%-
HSV(B)292.65º20.76%92.55%-
XYZ65.5458.4287.18-
YUV205.44145.25145.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=35.22%
G=28.64%
B=36.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301872360.030.2100.07292.6556.3282.94
HexE6BBEC315071253853
Octal3462733543250744570123
Binary111001101011101111101100111010101111001001011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBEC; }

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

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

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

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

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

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

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

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