#E1BFEC

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

Shades of Blue Chalk #E1BFEC

Tints of Blue Chalk #E1BFEC

Color information

#E1BFEC (or 0xE1BFEC) is unknown color: approx Blue Chalk. HEX triplet: E1, BF and EC. RGB value is (225,191,236). Sum of RGB (Red+Green+Blue) = 225+191+236=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFEC is #1E4013. Grayscale: #CECECE. Windows color (decimal): -1982484 or 15515617. OLE color: 15515617.

HSL color Cylindrical-coordinate representation of color #E1BFEC: hue angle of 285.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 #E1BFEC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225191236-
CMYK0.050.1900.07
HSL285.33º54.22%83.73%-
HSV(B)285.33º19.07%92.55%-
XYZ64.8259.3387.39-
YUV206.3144.76141.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 191 (75% from 255) = 29.29%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=34.51%
G=29.29%
B=36.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251912360.050.1900.07285.3354.2283.73
HexE1BFEC5130711d3654
Octal3412773545230743566124
Binary1110000110111111111011001011001101111000111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFEC; }

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

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

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

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

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

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

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

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