#E4BFEF

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

Shades of Blue Chalk #E4BFEF

Tints of Blue Chalk #E4BFEF

Color information

#E4BFEF (or 0xE4BFEF) is unknown color: approx Blue Chalk. HEX triplet: E4, BF and EF. RGB value is (228,191,239). Sum of RGB (Red+Green+Blue) = 228+191+239=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFEF is #1B4010. Grayscale: #CFCFCF. Windows color (decimal): -1785873 or 15712228. OLE color: 15712228.

HSL color Cylindrical-coordinate representation of color #E4BFEF: hue angle of 286.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E4BFEF is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228191239-
CMYK0.050.2000.06
HSL286.25º60%84.31%-
HSV(B)286.25º20.08%93.73%-
XYZ66.2159.9989.75-
YUV207.54145.76142.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.65%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=34.65%
G=29.03%
B=36.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281912390.050.2000.06286.256084.31
HexE4BFEF5140611e3c54
Octal3442773575240643674124
Binary1110010010111111111011111011010001101000111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFEF; }

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

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

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

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

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

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

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

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