#E0CAEC

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

Shades of Blue Chalk #E0CAEC

Tints of Blue Chalk #E0CAEC

Color information

#E0CAEC (or 0xE0CAEC) is unknown color: approx Blue Chalk. HEX triplet: E0, CA and EC. RGB value is (224,202,236). Sum of RGB (Red+Green+Blue) = 224+202+236=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAEC is #1F3513. Grayscale: #D4D4D4. Windows color (decimal): -2045204 or 15518432. OLE color: 15518432.

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

Color convert

RGB224202236-
CMYK0.050.1400.07
HSL278.82º47.22%85.88%-
HSV(B)278.82º14.41%92.55%-
XYZ6764.1488.21-
YUV212.45141.29136.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=33.84%
G=30.51%
B=35.65%

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
Decimal2242022360.050.1400.07278.8247.2285.88
HexE0CAEC5E071172f56
Octal3403123545160742757126
Binary111000001100101011101100101111001111000101111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAEC; }

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

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

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

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

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

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

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

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