#E2CAEC

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

Shades of Blue Chalk #E2CAEC

Tints of Blue Chalk #E2CAEC

Color information

#E2CAEC (or 0xE2CAEC) is unknown color: approx Blue Chalk. HEX triplet: E2, CA and EC. RGB value is (226,202,236). Sum of RGB (Red+Green+Blue) = 226+202+236=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAEC is #1D3513. Grayscale: #D4D4D4. Windows color (decimal): -1914132 or 15518434. OLE color: 15518434.

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

Color convert

RGB226202236-
CMYK0.040.1400.07
HSL282.35º47.22%85.88%-
HSV(B)282.35º14.41%92.55%-
XYZ67.6264.4788.24-
YUV213.05140.95137.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.04%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=34.04%
G=30.42%
B=35.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262022360.040.1400.07282.3547.2285.88
HexE2CAEC4E0711a2f56
Octal3423123544160743257126
Binary111000101100101011101100100111001111000110101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAEC; }

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

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

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

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

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

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

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

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