#E0BFE4

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

Shades of Thistle #E0BFE4

Tints of Thistle #E0BFE4

Color information

#E0BFE4 (or 0xE0BFE4) is unknown color: approx Thistle. HEX triplet: E0, BF and E4. RGB value is (224,191,228). Sum of RGB (Red+Green+Blue) = 224+191+228=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0BFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFE4 is #1F401B. Grayscale: #CCCCCC. Windows color (decimal): -2048028 or 14991328. OLE color: 14991328.

HSL color Cylindrical-coordinate representation of color #E0BFE4: hue angle of 293.51º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BFE4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224191228-
CMYK0.020.1600.11
HSL293.51º40.66%82.16%-
HSV(B)293.51º16.23%89.41%-
XYZ63.3758.7181.39-
YUV205.08140.93141.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 228 (89.45% from 255) = 35.46%
R=34.84%
G=29.70%
B=35.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241912280.020.1600.11293.5140.6682.16
HexE0BFE42100B1262952
Octal34027734422001344651122
Binary1110000010111111111001001010000010111001001101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFE4; }

 p { color: rgb(224,191,228); }

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

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

 a { background-color: rgb(224,191,228); }

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

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

 span { border-color: rgb(224,191,228); }

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