#E1CEEC

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

Shades of Blue Chalk #E1CEEC

Tints of Blue Chalk #E1CEEC

Color information

#E1CEEC (or 0xE1CEEC) is unknown color: approx Blue Chalk. HEX triplet: E1, CE and EC. RGB value is (225,206,236). Sum of RGB (Red+Green+Blue) = 225+206+236=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEEC is #1E3113. Grayscale: #D7D7D7. Windows color (decimal): -1978644 or 15519457. OLE color: 15519457.

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

Color convert

RGB225206236-
CMYK0.050.1300.07
HSL278º44.12%86.67%-
HSV(B)278º12.71%92.55%-
XYZ68.2666.2188.54-
YUV215.1139.79135.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.73%
GREEN value IS 206 (80.86% from 255) = 30.88%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=33.73%
G=30.88%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252062360.050.1300.0727844.1286.67
HexE1CEEC5D071162c57
Octal3413163545150742654127
Binary111000011100111011101100101110101111000101101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEEC; }

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

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

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

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

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

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

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

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