#E1C0EA

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

Shades of Blue Chalk #E1C0EA

Tints of Blue Chalk #E1C0EA

Color information

#E1C0EA (or 0xE1C0EA) is unknown color: approx Blue Chalk. HEX triplet: E1, C0 and EA. RGB value is (225,192,234). Sum of RGB (Red+Green+Blue) = 225+192+234=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1C0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C0EA is #1E3F15. Grayscale: #CECECE. Windows color (decimal): -1982230 or 15384801. OLE color: 15384801.

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

Color convert

RGB225192234-
CMYK0.040.1800.08
HSL287.14º50%83.53%-
HSV(B)287.14º17.95%91.76%-
XYZ64.7559.6585.94-
YUV206.65143.43141.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 192 (75.39% from 255) = 29.49%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=34.56%
G=29.49%
B=35.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251922340.040.1800.08287.145083.53
HexE1C0EA4120811f3254
Octal34130035242201043762124
Binary11100001110000001110101010010010010001000111111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0EA; }

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

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

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

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

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

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

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

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