#E5BEEE

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

Shades of Blue Chalk #E5BEEE

Tints of Blue Chalk #E5BEEE

Color information

#E5BEEE (or 0xE5BEEE) is unknown color: approx Blue Chalk. HEX triplet: E5, BE and EE. RGB value is (229,190,238). Sum of RGB (Red+Green+Blue) = 229+190+238=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEEE is #1A4111. Grayscale: #CECECE. Windows color (decimal): -1720594 or 15646437. OLE color: 15646437.

HSL color Cylindrical-coordinate representation of color #E5BEEE: hue angle of 288.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5BEEE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229190238-
CMYK0.040.2000.07
HSL288.75º58.54%83.92%-
HSV(B)288.75º20.17%93.33%-
XYZ66.1659.6688.92-
YUV207.13145.42143.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.86%
GREEN value IS 190 (74.61% from 255) = 28.92%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=34.86%
G=28.92%
B=36.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291902380.040.2000.07288.7558.5483.92
HexE5BEEE414071213b54
Octal3452763564240744173124
Binary1110010110111110111011101001010001111001000011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BEEE; }

 p { color: rgb(229,190,238); }

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

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

 a { background-color: rgb(229,190,238); }

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

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

 span { border-color: rgb(229,190,238); }

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