#E1C0EB

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

Shades of Blue Chalk #E1C0EB

Tints of Blue Chalk #E1C0EB

Color information

#E1C0EB (or 0xE1C0EB) is unknown color: approx Blue Chalk. HEX triplet: E1, C0 and EB. RGB value is (225,192,235). Sum of RGB (Red+Green+Blue) = 225+192+235=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C0EB is #1E3F14. Grayscale: #CECECE. Windows color (decimal): -1982229 or 15450337. OLE color: 15450337.

HSL color Cylindrical-coordinate representation of color #E1C0EB: hue angle of 286.05º degrees, saturation: 0.52, 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 #E1C0EB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225192235-
CMYK0.040.1800.08
HSL286.05º51.81%83.73%-
HSV(B)286.05º18.3%92.16%-
XYZ64.959.786.7-
YUV206.77143.93141-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 192 (75.39% from 255) = 29.45%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=34.51%
G=29.45%
B=36.04%

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
Decimal2251922350.040.1800.08286.0551.8183.73
HexE1C0EB4120811e3454
Octal34130035342201043664124
Binary11100001110000001110101110010010010001000111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0EB; }

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

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

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

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

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

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

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

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