#E0BFE8

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

Shades of Thistle #E0BFE8

Tints of Thistle #E0BFE8

Color information

#E0BFE8 (or 0xE0BFE8) is unknown color: approx Thistle. HEX triplet: E0, BF and E8. RGB value is (224,191,232). Sum of RGB (Red+Green+Blue) = 224+191+232=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFE8 is #1F4017. Grayscale: #CDCDCD. Windows color (decimal): -2048024 or 15253472. OLE color: 15253472.

HSL color Cylindrical-coordinate representation of color #E0BFE8: hue angle of 288.29º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0BFE8 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224191232-
CMYK0.030.1800.09
HSL288.29º47.13%82.94%-
HSV(B)288.29º17.67%90.98%-
XYZ63.9458.9484.35-
YUV205.54142.93141.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 191 (75% from 255) = 29.52%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=34.62%
G=29.52%
B=35.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241912320.030.1800.09288.2947.1382.94
HexE0BFE8312091202f53
Octal34027735032201144057123
Binary1110000010111111111010001110010010011001000001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFE8; }

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

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

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

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

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

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

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

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