#E1BCEB

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

Shades of Blue Chalk #E1BCEB

Tints of Blue Chalk #E1BCEB

Color information

#E1BCEB (or 0xE1BCEB) is unknown color: approx Blue Chalk. HEX triplet: E1, BC and EB. RGB value is (225,188,235). Sum of RGB (Red+Green+Blue) = 225+188+235=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BCEB is #1E4314. Grayscale: #CCCCCC. Windows color (decimal): -1983253 or 15449313. OLE color: 15449313.

HSL color Cylindrical-coordinate representation of color #E1BCEB: hue angle of 287.23º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BCEB is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225188235-
CMYK0.040.200.08
HSL287.23º54.02%82.94%-
HSV(B)287.23º20%92.16%-
XYZ64.0357.9786.41-
YUV204.42145.26142.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 188 (73.83% from 255) = 29.01%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=34.72%
G=29.01%
B=36.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251882350.040.200.08287.2354.0282.94
HexE1BCEB4140811f3653
Octal34127435342401043766123
Binary11100001101111001110101110010100010001000111111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCEB; }

 p { color: rgb(225,188,235); }

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

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

 a { background-color: rgb(225,188,235); }

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

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

 span { border-color: rgb(225,188,235); }

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