#E1C2EF

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

Shades of Blue Chalk #E1C2EF

Tints of Blue Chalk #E1C2EF

Color information

#E1C2EF (or 0xE1C2EF) is unknown color: approx Blue Chalk. HEX triplet: E1, C2 and EF. RGB value is (225,194,239). Sum of RGB (Red+Green+Blue) = 225+194+239=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C2EF is #1E3D10. Grayscale: #D0D0D0. Windows color (decimal): -1981713 or 15712993. OLE color: 15712993.

HSL color Cylindrical-coordinate representation of color #E1C2EF: hue angle of 281.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1C2EF is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225194239-
CMYK0.060.1900.06
HSL281.33º58.44%84.9%-
HSV(B)281.33º18.83%93.73%-
XYZ65.9260.8289.93-
YUV208.4145.27139.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.19%
GREEN value IS 194 (76.17% from 255) = 29.48%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=34.19%
G=29.48%
B=36.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251942390.060.1900.06281.3358.4484.9
HexE1C2EF613061193a55
Octal3413023576230643172125
Binary1110000111000010111011111101001101101000110011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C2EF; }

 p { color: rgb(225,194,239); }

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

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

 a { background-color: rgb(225,194,239); }

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

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

 span { border-color: rgb(225,194,239); }

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