#E2BEEB

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

Shades of Blue Chalk #E2BEEB

Tints of Blue Chalk #E2BEEB

Color information

#E2BEEB (or 0xE2BEEB) is unknown color: approx Blue Chalk. HEX triplet: E2, BE and EB. RGB value is (226,190,235). Sum of RGB (Red+Green+Blue) = 226+190+235=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEEB is #1D4114. Grayscale: #CDCDCD. Windows color (decimal): -1917205 or 15449826. OLE color: 15449826.

HSL color Cylindrical-coordinate representation of color #E2BEEB: hue angle of 288º 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 #E2BEEB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226190235-
CMYK0.040.1900.08
HSL288º52.94%83.33%-
HSV(B)288º19.15%92.16%-
XYZ64.7758.9986.57-
YUV205.89144.43142.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 190 (74.61% from 255) = 29.19%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=34.72%
G=29.19%
B=36.10%

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
Decimal2261902350.040.1900.0828852.9483.33
HexE2BEEB413081203553
Octal34227635342301044065123
Binary11100010101111101110101110010011010001001000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BEEB; }

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

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

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

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

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

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

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

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