#E1CAE8

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

Shades of Blue Chalk #E1CAE8

Tints of Blue Chalk #E1CAE8

Color information

#E1CAE8 (or 0xE1CAE8) is unknown color: approx Blue Chalk. HEX triplet: E1, CA and E8. RGB value is (225,202,232). Sum of RGB (Red+Green+Blue) = 225+202+232=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAE8 is #1E3517. Grayscale: #D4D4D4. Windows color (decimal): -1979672 or 15256289. OLE color: 15256289.

HSL color Cylindrical-coordinate representation of color #E1CAE8: hue angle of 286º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1CAE8 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225202232-
CMYK0.030.1300.09
HSL286º39.47%85.1%-
HSV(B)286º12.93%90.98%-
XYZ66.7464.0785.19-
YUV212.3139.12137.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.14%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=34.14%
G=30.65%
B=35.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252022320.030.1300.0928639.4785.1
HexE1CAE83D0911e2755
Octal34131235031501143647125
Binary111000011100101011101000111101010011000111101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAE8; }

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

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

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

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

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

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

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

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