#E3CAEC

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

Shades of Blue Chalk #E3CAEC

Tints of Blue Chalk #E3CAEC

Color information

#E3CAEC (or 0xE3CAEC) is unknown color: approx Blue Chalk. HEX triplet: E3, CA and EC. RGB value is (227,202,236). Sum of RGB (Red+Green+Blue) = 227+202+236=665 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.14% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAEC is #1C3513. Grayscale: #D5D5D5. Windows color (decimal): -1848596 or 15518435. OLE color: 15518435.

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

Color convert

RGB227202236-
CMYK0.040.1400.07
HSL284.12º47.22%85.88%-
HSV(B)284.12º14.41%92.55%-
XYZ67.9464.6388.25-
YUV213.35140.78137.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.14%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=34.14%
G=30.38%
B=35.49%

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
Decimal2272022360.040.1400.07284.1247.2285.88
HexE3CAEC4E0711c2f56
Octal3433123544160743457126
Binary111000111100101011101100100111001111000111001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CAEC; }

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

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

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

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

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

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

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

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