#E1C9EC

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

Shades of Blue Chalk #E1C9EC

Tints of Blue Chalk #E1C9EC

Color information

#E1C9EC (or 0xE1C9EC) is unknown color: approx Blue Chalk. HEX triplet: E1, C9 and EC. RGB value is (225,201,236). Sum of RGB (Red+Green+Blue) = 225+201+236=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1C9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9EC is #1E3613. Grayscale: #D4D4D4. Windows color (decimal): -1979924 or 15518177. OLE color: 15518177.

HSL color Cylindrical-coordinate representation of color #E1C9EC: hue angle of 281.14º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C9EC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225201236-
CMYK0.050.1500.07
HSL281.14º47.95%85.69%-
HSV(B)281.14º14.83%92.55%-
XYZ67.0863.8488.14-
YUV212.17141.45137.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.99%
GREEN value IS 201 (78.91% from 255) = 30.36%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=33.99%
G=30.36%
B=35.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252012360.050.1500.07281.1447.9585.69
HexE1C9EC5F071193056
Octal3413113545170743160126
Binary111000011100100111101100101111101111000110011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C9EC; }

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

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

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

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

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

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

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

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