#E1CAF0

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

Shades of Blue Chalk #E1CAF0

Tints of Blue Chalk #E1CAF0

Color information

#E1CAF0 (or 0xE1CAF0) is unknown color: approx Blue Chalk. HEX triplet: E1, CA and F0. RGB value is (225,202,240). Sum of RGB (Red+Green+Blue) = 225+202+240=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAF0 is #1E350F. Grayscale: #D5D5D5. Windows color (decimal): -1979664 or 15780577. OLE color: 15780577.

HSL color Cylindrical-coordinate representation of color #E1CAF0: hue angle of 276.32º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CAF0 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225202240-
CMYK0.060.1600.06
HSL276.32º55.88%86.67%-
HSV(B)276.32º15.83%94.12%-
XYZ67.964.5491.32-
YUV213.21143.12136.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.73%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=33.73%
G=30.28%
B=35.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252022400.060.1600.06276.3255.8886.67
HexE1CAF0610061143857
Octal3413123606200642470127
Binary1110000111001010111100001101000001101000101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAF0; }

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

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

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

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

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

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

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

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