#E1CCEA

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

Shades of Blue Chalk #E1CCEA

Tints of Blue Chalk #E1CCEA

Color information

#E1CCEA (or 0xE1CCEA) is unknown color: approx Blue Chalk. HEX triplet: E1, CC and EA. RGB value is (225,204,234). Sum of RGB (Red+Green+Blue) = 225+204+234=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCEA is #1E3315. Grayscale: #D5D5D5. Windows color (decimal): -1979158 or 15387873. OLE color: 15387873.

HSL color Cylindrical-coordinate representation of color #E1CCEA: hue angle of 282º degrees, saturation: 0.42, 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 #E1CCEA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225204234-
CMYK0.040.1300.08
HSL282º41.67%85.88%-
HSV(B)282º12.82%91.76%-
XYZ67.565.1386.86-
YUV213.7139.46136.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.94%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=33.94%
G=30.77%
B=35.29%

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
Decimal2252042340.040.1300.0828241.6785.88
HexE1CCEA4D0811a2a56
Octal34131435241501043252126
Binary1110000111001100111010101001101010001000110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCEA; }

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

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

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

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

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

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

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

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