#E1C9EB

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

Shades of Blue Chalk #E1C9EB

Tints of Blue Chalk #E1C9EB

Color information

#E1C9EB (or 0xE1C9EB) is unknown color: approx Blue Chalk. HEX triplet: E1, C9 and EB. RGB value is (225,201,235). Sum of RGB (Red+Green+Blue) = 225+201+235=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1C9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9EB is #1E3614. Grayscale: #D3D3D3. Windows color (decimal): -1979925 or 15452641. OLE color: 15452641.

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

Color convert

RGB225201235-
CMYK0.040.1400.08
HSL282.35º45.95%85.49%-
HSV(B)282.35º14.47%92.16%-
XYZ66.9363.7887.38-
YUV212.05140.95137.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.04%
GREEN value IS 201 (78.91% from 255) = 30.41%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=34.04%
G=30.41%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252012350.040.1400.08282.3545.9585.49
HexE1C9EB4E0811a2e55
Octal34131135341601043256125
Binary1110000111001001111010111001110010001000110101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C9EB; }

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

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

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

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

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

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

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

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