#E4CAEC

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

Shades of Blue Chalk #E4CAEC

Tints of Blue Chalk #E4CAEC

Color information

#E4CAEC (or 0xE4CAEC) is unknown color: approx Blue Chalk. HEX triplet: E4, CA and EC. RGB value is (228,202,236). Sum of RGB (Red+Green+Blue) = 228+202+236=666 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.23% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAEC is #1B3513. Grayscale: #D5D5D5. Windows color (decimal): -1783060 or 15518436. OLE color: 15518436.

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

Color convert

RGB228202236-
CMYK0.030.1400.07
HSL285.88º47.22%85.88%-
HSV(B)285.88º14.41%92.55%-
XYZ68.2664.7988.27-
YUV213.65140.61138.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.23%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=34.23%
G=30.33%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282022360.030.1400.07285.8847.2285.88
HexE4CAEC3E0711e2f56
Octal3443123543160743657126
Binary11100100110010101110110011111001111000111101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAEC; }

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

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

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

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

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

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

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

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