#E5CCEC

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

Shades of Blue Chalk #E5CCEC

Tints of Blue Chalk #E5CCEC

Color information

#E5CCEC (or 0xE5CCEC) is unknown color: approx Blue Chalk. HEX triplet: E5, CC and EC. RGB value is (229,204,236). Sum of RGB (Red+Green+Blue) = 229+204+236=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCEC is #1A3313. Grayscale: #D7D7D7. Windows color (decimal): -1717012 or 15518949. OLE color: 15518949.

HSL color Cylindrical-coordinate representation of color #E5CCEC: hue angle of 286.88º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CCEC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229204236-
CMYK0.030.1400.07
HSL286.88º45.71%86.27%-
HSV(B)286.88º13.56%92.55%-
XYZ69.0565.988.44-
YUV215.12139.78137.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=34.23%
G=30.49%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292042360.030.1400.07286.8845.7186.27
HexE5CCEC3E0711f2e56
Octal3453143543160743756126
Binary11100101110011001110110011111001111000111111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCEC; }

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

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

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

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

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

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

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

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