#E0BBE2

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

Shades of Thistle #E0BBE2

Tints of Thistle #E0BBE2

Color information

#E0BBE2 (or 0xE0BBE2) is unknown color: approx Thistle. HEX triplet: E0, BB and E2. RGB value is (224,187,226). Sum of RGB (Red+Green+Blue) = 224+187+226=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0BBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBE2 is #1F441D. Grayscale: #CACACA. Windows color (decimal): -2049054 or 14859232. OLE color: 14859232.

HSL color Cylindrical-coordinate representation of color #E0BBE2: hue angle of 296.92º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBE2 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224187226-
CMYK0.010.1700.11
HSL296.92º40.21%80.98%-
HSV(B)296.92º17.26%88.63%-
XYZ62.2456.8879.65-
YUV202.51141.26143.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=35.16%
G=29.36%
B=35.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241872260.010.1700.11296.9240.2180.98
HexE0BBE21110B1292851
Octal34027334212101345150121
Binary111000001011101111100010110001010111001010011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBE2; }

 p { color: rgb(224,187,226); }

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

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

 a { background-color: rgb(224,187,226); }

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

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

 span { border-color: rgb(224,187,226); }

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