#E4BFEC

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

Shades of Blue Chalk #E4BFEC

Tints of Blue Chalk #E4BFEC

Color information

#E4BFEC (or 0xE4BFEC) is unknown color: approx Blue Chalk. HEX triplet: E4, BF and EC. RGB value is (228,191,236). Sum of RGB (Red+Green+Blue) = 228+191+236=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFEC is #1B4013. Grayscale: #CFCFCF. Windows color (decimal): -1785876 or 15515620. OLE color: 15515620.

HSL color Cylindrical-coordinate representation of color #E4BFEC: hue angle of 289.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4BFEC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228191236-
CMYK0.030.1900.07
HSL289.33º54.22%83.73%-
HSV(B)289.33º19.07%92.55%-
XYZ65.7759.8187.44-
YUV207.19144.26142.84-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.81%
GREEN value IS 191 (75% from 255) = 29.16%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=34.81%
G=29.16%
B=36.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281912360.030.1900.07289.3354.2283.73
HexE4BFEC313071213654
Octal3442773543230744166124
Binary111001001011111111101100111001101111001000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFEC; }

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

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

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

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

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

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

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

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