#E5CEEC

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

Shades of Blue Chalk #E5CEEC

Tints of Blue Chalk #E5CEEC

Color information

#E5CEEC (or 0xE5CEEC) is unknown color: approx Blue Chalk. HEX triplet: E5, CE and EC. RGB value is (229,206,236). Sum of RGB (Red+Green+Blue) = 229+206+236=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEEC is #1A3113. Grayscale: #D8D8D8. Windows color (decimal): -1716500 or 15519461. OLE color: 15519461.

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

Color convert

RGB229206236-
CMYK0.030.1300.07
HSL286º44.12%86.67%-
HSV(B)286º12.71%92.55%-
XYZ69.5266.8688.6-
YUV216.3139.12137.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=34.13%
G=30.70%
B=35.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292062360.030.1300.0728644.1286.67
HexE5CEEC3D0711e2c57
Octal3453163543150743654127
Binary11100101110011101110110011110101111000111101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEEC; }

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

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

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

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

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

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

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

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