#E1C9EA

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

Shades of Blue Chalk #E1C9EA

Tints of Blue Chalk #E1C9EA

Color information

#E1C9EA (or 0xE1C9EA) is unknown color: approx Blue Chalk. HEX triplet: E1, C9 and EA. RGB value is (225,201,234). Sum of RGB (Red+Green+Blue) = 225+201+234=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1C9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9EA is #1E3615. Grayscale: #D3D3D3. Windows color (decimal): -1979926 or 15387105. OLE color: 15387105.

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

Color convert

RGB225201234-
CMYK0.040.1400.08
HSL283.64º44%85.29%-
HSV(B)283.64º14.1%91.76%-
XYZ66.7963.7286.62-
YUV211.94140.45137.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.09%
GREEN value IS 201 (78.91% from 255) = 30.45%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=34.09%
G=30.45%
B=35.45%

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
Decimal2252012340.040.1400.08283.644485.29
HexE1C9EA4E0811c2c55
Octal34131135241601043454125
Binary1110000111001001111010101001110010001000111001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C9EA; }

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

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

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

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

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

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

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

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