#E1CAEC

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

Shades of Blue Chalk #E1CAEC

Tints of Blue Chalk #E1CAEC

Color information

#E1CAEC (or 0xE1CAEC) is unknown color: approx Blue Chalk. HEX triplet: E1, CA and EC. RGB value is (225,202,236). Sum of RGB (Red+Green+Blue) = 225+202+236=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAEC is #1E3513. Grayscale: #D4D4D4. Windows color (decimal): -1979668 or 15518433. OLE color: 15518433.

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

Color convert

RGB225202236-
CMYK0.050.1400.07
HSL280.59º47.22%85.88%-
HSV(B)280.59º14.41%92.55%-
XYZ67.3164.388.22-
YUV212.75141.12136.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.94%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=33.94%
G=30.47%
B=35.60%

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
Decimal2252022360.050.1400.07280.5947.2285.88
HexE1CAEC5E071192f56
Octal3413123545160743157126
Binary111000011100101011101100101111001111000110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAEC; }

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

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

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

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

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

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

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

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