#E2CEEC

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

Shades of Blue Chalk #E2CEEC

Tints of Blue Chalk #E2CEEC

Color information

#E2CEEC (or 0xE2CEEC) is unknown color: approx Blue Chalk. HEX triplet: E2, CE and EC. RGB value is (226,206,236). Sum of RGB (Red+Green+Blue) = 226+206+236=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEEC is #1D3113. Grayscale: #D7D7D7. Windows color (decimal): -1913108 or 15519458. OLE color: 15519458.

HSL color Cylindrical-coordinate representation of color #E2CEEC: hue angle of 280º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2CEEC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226206236-
CMYK0.040.1300.07
HSL280º44.12%86.67%-
HSV(B)280º12.71%92.55%-
XYZ68.5866.3788.55-
YUV215.4139.63135.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.83%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=33.83%
G=30.84%
B=35.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262062360.040.1300.0728044.1286.67
HexE2CEEC4D071182c57
Octal3423163544150743054127
Binary111000101100111011101100100110101111000110001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEEC; }

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

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

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

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

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

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

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

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