#E1C5EA

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

Shades of Blue Chalk #E1C5EA

Tints of Blue Chalk #E1C5EA

Color information

#E1C5EA (or 0xE1C5EA) is unknown color: approx Blue Chalk. HEX triplet: E1, C5 and EA. RGB value is (225,197,234). Sum of RGB (Red+Green+Blue) = 225+197+234=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1C5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C5EA is #1E3A15. Grayscale: #D1D1D1. Windows color (decimal): -1980950 or 15386081. OLE color: 15386081.

HSL color Cylindrical-coordinate representation of color #E1C5EA: hue angle of 285.41º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C5EA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225197234-
CMYK0.040.1600.08
HSL285.41º46.84%84.51%-
HSV(B)285.41º15.81%91.76%-
XYZ65.8761.8886.31-
YUV209.59141.78138.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.30%
GREEN value IS 197 (77.34% from 255) = 30.03%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=34.30%
G=30.03%
B=35.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251972340.040.1600.08285.4146.8484.51
HexE1C5EA4100811d2f55
Octal34130535242001043557125
Binary11100001110001011110101010010000010001000111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C5EA; }

 p { color: rgb(225,197,234); }

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

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

 a { background-color: rgb(225,197,234); }

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

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

 span { border-color: rgb(225,197,234); }

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