#E2BEEE

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

Shades of Blue Chalk #E2BEEE

Tints of Blue Chalk #E2BEEE

Color information

#E2BEEE (or 0xE2BEEE) is unknown color: approx Blue Chalk. HEX triplet: E2, BE and EE. RGB value is (226,190,238). Sum of RGB (Red+Green+Blue) = 226+190+238=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEEE is #1D4111. Grayscale: #CECECE. Windows color (decimal): -1917202 or 15646434. OLE color: 15646434.

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

Color convert

RGB226190238-
CMYK0.050.2000.07
HSL285º58.54%83.92%-
HSV(B)285º20.17%93.33%-
XYZ65.2159.1788.87-
YUV206.24145.93142.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=34.56%
G=29.05%
B=36.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261902380.050.2000.0728558.5483.92
HexE2BEEE5140711d3b54
Octal3422763565240743573124
Binary1110001010111110111011101011010001111000111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BEEE; }

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

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

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

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

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

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

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

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