#E2BEED

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

Shades of Blue Chalk #E2BEED

Tints of Blue Chalk #E2BEED

Color information

#E2BEED (or 0xE2BEED) is unknown color: approx Blue Chalk. HEX triplet: E2, BE and ED. RGB value is (226,190,237). Sum of RGB (Red+Green+Blue) = 226+190+237=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEED is #1D4112. Grayscale: #CDCDCD. Windows color (decimal): -1917203 or 15580898. OLE color: 15580898.

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

Color convert

RGB226190237-
CMYK0.050.2000.07
HSL285.96º56.63%83.73%-
HSV(B)285.96º19.83%92.94%-
XYZ65.0659.1188.1-
YUV206.12145.43142.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.61%
GREEN value IS 190 (74.61% from 255) = 29.10%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=34.61%
G=29.10%
B=36.29%

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
Decimal2261902370.050.2000.07285.9656.6383.73
HexE2BEED5140711e3954
Octal3422763555240743671124
Binary1110001010111110111011011011010001111000111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BEED; }

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

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

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

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

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

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

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

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