#E0BEEB

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

Shades of Blue Chalk #E0BEEB

Tints of Blue Chalk #E0BEEB

Color information

#E0BEEB (or 0xE0BEEB) is unknown color: approx Blue Chalk. HEX triplet: E0, BE and EB. RGB value is (224,190,235). Sum of RGB (Red+Green+Blue) = 224+190+235=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEEB is #1F4114. Grayscale: #CDCDCD. Windows color (decimal): -2048277 or 15449824. OLE color: 15449824.

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

Color convert

RGB224190235-
CMYK0.050.1900.08
HSL285.33º52.94%83.33%-
HSV(B)285.33º19.15%92.16%-
XYZ64.1558.6786.54-
YUV205.3144.76141.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=34.51%
G=29.28%
B=36.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241902350.050.1900.08285.3352.9483.33
HexE0BEEB5130811d3553
Octal34027635352301043565123
Binary11100000101111101110101110110011010001000111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEEB; }

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

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

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

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

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

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

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

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