#E4BFEE

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

Shades of Blue Chalk #E4BFEE

Tints of Blue Chalk #E4BFEE

Color information

#E4BFEE (or 0xE4BFEE) is unknown color: approx Blue Chalk. HEX triplet: E4, BF and EE. RGB value is (228,191,238). Sum of RGB (Red+Green+Blue) = 228+191+238=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #E4BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFEE is #1B4011. Grayscale: #CFCFCF. Windows color (decimal): -1785874 or 15646692. OLE color: 15646692.

HSL color Cylindrical-coordinate representation of color #E4BFEE: hue angle of 287.23º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E4BFEE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228191238-
CMYK0.040.2000.07
HSL287.23º58.02%84.12%-
HSV(B)287.23º19.75%93.33%-
XYZ66.0659.9388.97-
YUV207.42145.26142.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.70%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=34.70%
G=29.07%
B=36.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281912380.040.2000.07287.2358.0284.12
HexE4BFEE4140711f3a54
Octal3442773564240743772124
Binary1110010010111111111011101001010001111000111111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFEE; }

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

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

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

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

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

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

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

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