#E0BCE1

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

Shades of Thistle #E0BCE1

Tints of Thistle #E0BCE1

Color information

#E0BCE1 (or 0xE0BCE1) is unknown color: approx Thistle. HEX triplet: E0, BC and E1. RGB value is (224,188,225). Sum of RGB (Red+Green+Blue) = 224+188+225=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCE1 is #1F431E. Grayscale: #CACACA. Windows color (decimal): -2048799 or 14793952. OLE color: 14793952.

HSL color Cylindrical-coordinate representation of color #E0BCE1: hue angle of 298.38º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BCE1 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224188225-
CMYK0.000.1600.12
HSL298.38º38.14%80.98%-
HSV(B)298.38º16.44%88.24%-
XYZ62.3157.2579-
YUV202.98140.43142.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=35.16%
G=29.51%
B=35.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241882250.000.1600.12298.3838.1480.98
HexE0BCE10100C12a2651
Octal34027434102001445246121
Binary111000001011110011100001010000011001001010101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCE1; }

 p { color: rgb(224,188,225); }

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

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

 a { background-color: rgb(224,188,225); }

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

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

 span { border-color: rgb(224,188,225); }

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