#E4BFE8

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

Shades of Thistle #E4BFE8

Tints of Thistle #E4BFE8

Color information

#E4BFE8 (or 0xE4BFE8) is unknown color: approx Thistle. HEX triplet: E4, BF and E8. RGB value is (228,191,232). Sum of RGB (Red+Green+Blue) = 228+191+232=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 232 - color contains mainly: blue. Hex color #E4BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFE8 is #1B4017. Grayscale: #CECECE. Windows color (decimal): -1785880 or 15253476. OLE color: 15253476.

HSL color Cylindrical-coordinate representation of color #E4BFE8: hue angle of 294.15º 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 #E4BFE8 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228191232-
CMYK0.020.1800.09
HSL294.15º47.13%82.94%-
HSV(B)294.15º17.67%90.98%-
XYZ65.1959.5884.41-
YUV206.74142.26143.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.02%
GREEN value IS 191 (75% from 255) = 29.34%
BLUE value IS 232 (91.02% from 255) = 35.64%
R=35.02%
G=29.34%
B=35.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2281912320.020.1800.09294.1547.1382.94
HexE4BFE8212091262f53
Octal34427735022201144657123
Binary1110010010111111111010001010010010011001001101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFE8; }

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

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

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

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

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

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

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

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