#E1C2EB

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

Shades of Blue Chalk #E1C2EB

Tints of Blue Chalk #E1C2EB

Color information

#E1C2EB (or 0xE1C2EB) is unknown color: approx Blue Chalk. HEX triplet: E1, C2 and EB. RGB value is (225,194,235). Sum of RGB (Red+Green+Blue) = 225+194+235=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C2EB is #1E3D14. Grayscale: #CFCFCF. Windows color (decimal): -1981717 or 15450849. OLE color: 15450849.

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

Color convert

RGB225194235-
CMYK0.040.1700.08
HSL285.37º50.62%84.12%-
HSV(B)285.37º17.45%92.16%-
XYZ65.3460.5986.85-
YUV207.94143.27140.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 194 (76.17% from 255) = 29.66%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=34.40%
G=29.66%
B=35.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251942350.040.1700.08285.3750.6284.12
HexE1C2EB4110811d3354
Octal34130235342101043563124
Binary11100001110000101110101110010001010001000111011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C2EB; }

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

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

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

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

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

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

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

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