#e1beeb

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

Shades of Blue Chalk #E1BEEB

Tints of Blue Chalk #E1BEEB

Color information

#E1BEEB (or 0xE1BEEB) is unknown color: approx Blue Chalk. HEX triplet: E1, BE and EB. RGB value is (225,190,235). Sum of RGB (Red+Green+Blue) = 225+190+235=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEEB is #1E4114. Grayscale: #CDCDCD. Windows color (decimal): -1982741 or 15449825. OLE color: 15449825.

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

Color convert

RGB225190235-
CMYK0.040.1900.08
HSL286.67º52.94%83.33%-
HSV(B)286.67º19.15%92.16%-
XYZ64.4658.8386.56-
YUV205.59144.6141.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=34.62%
G=29.23%
B=36.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251902350.040.1900.08286.6752.9483.33
HexE1BEEB4130811f3553
Octal34127635342301043765123
Binary11100001101111101110101110010011010001000111111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1beeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1beeb; }

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

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

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

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

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

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

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

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