#E2CEEA

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

Shades of Blue Chalk #E2CEEA

Tints of Blue Chalk #E2CEEA

Color information

#E2CEEA (or 0xE2CEEA) is unknown color: approx Blue Chalk. HEX triplet: E2, CE and EA. RGB value is (226,206,234). Sum of RGB (Red+Green+Blue) = 226+206+234=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEEA is #1D3115. Grayscale: #D7D7D7. Windows color (decimal): -1913110 or 15388386. OLE color: 15388386.

HSL color Cylindrical-coordinate representation of color #E2CEEA: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CEEA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226206234-
CMYK0.030.1200.08
HSL282.86º40%86.27%-
HSV(B)282.86º11.97%91.76%-
XYZ68.2966.2587.03-
YUV215.17138.63135.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 206 (80.86% from 255) = 30.93%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=33.93%
G=30.93%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262062340.030.1200.08282.864086.27
HexE2CEEA3C0811b2856
Octal34231635231401043350126
Binary111000101100111011101010111100010001000110111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEEA; }

 p { color: rgb(226,206,234); }

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

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

 a { background-color: rgb(226,206,234); }

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

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

 span { border-color: rgb(226,206,234); }

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