#E1CCEC

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

Shades of Blue Chalk #E1CCEC

Tints of Blue Chalk #E1CCEC

Color information

#E1CCEC (or 0xE1CCEC) is unknown color: approx Blue Chalk. HEX triplet: E1, CC and EC. RGB value is (225,204,236). Sum of RGB (Red+Green+Blue) = 225+204+236=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCEC is #1E3313. Grayscale: #D5D5D5. Windows color (decimal): -1979156 or 15518945. OLE color: 15518945.

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

Color convert

RGB225204236-
CMYK0.050.1400.07
HSL279.38º45.71%86.27%-
HSV(B)279.38º13.56%92.55%-
XYZ67.7865.2588.38-
YUV213.93140.46135.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=33.83%
G=30.68%
B=35.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252042360.050.1400.07279.3845.7186.27
HexE1CCEC5E071172e56
Octal3413143545160742756126
Binary111000011100110011101100101111001111000101111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCEC; }

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

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

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

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

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

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

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

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