#E1CCEB

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

Shades of Blue Chalk #E1CCEB

Tints of Blue Chalk #E1CCEB

Color information

#E1CCEB (or 0xE1CCEB) is unknown color: approx Blue Chalk. HEX triplet: E1, CC and EB. RGB value is (225,204,235). Sum of RGB (Red+Green+Blue) = 225+204+235=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCEB is #1E3314. Grayscale: #D5D5D5. Windows color (decimal): -1979157 or 15453409. OLE color: 15453409.

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

Color convert

RGB225204235-
CMYK0.040.1300.08
HSL280.65º43.66%86.08%-
HSV(B)280.65º13.19%92.16%-
XYZ67.6465.1987.62-
YUV213.81139.96135.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=33.89%
G=30.72%
B=35.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252042350.040.1300.08280.6543.6686.08
HexE1CCEB4D081192c56
Octal34131435341501043154126
Binary1110000111001100111010111001101010001000110011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCEB; }

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

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

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

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

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

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

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

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