#E2C1EB

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

Shades of Blue Chalk #E2C1EB

Tints of Blue Chalk #E2C1EB

Color information

#E2C1EB (or 0xE2C1EB) is unknown color: approx Blue Chalk. HEX triplet: E2, C1 and EB. RGB value is (226,193,235). Sum of RGB (Red+Green+Blue) = 226+193+235=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 193 (75.78% from 255 or 29.51% 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 #E2C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C1EB is #1D3E14. Grayscale: #CFCFCF. Windows color (decimal): -1916437 or 15450594. OLE color: 15450594.

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

Color convert

RGB226193235-
CMYK0.040.1800.08
HSL287.14º51.22%83.92%-
HSV(B)287.14º17.87%92.16%-
XYZ65.4360.3186.79-
YUV207.66143.43141.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 193 (75.78% from 255) = 29.51%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=34.56%
G=29.51%
B=35.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261932350.040.1800.08287.1451.2283.92
HexE2C1EB4120811f3354
Octal34230135342201043763124
Binary11100010110000011110101110010010010001000111111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C1EB; }

 p { color: rgb(226,193,235); }

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

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

 a { background-color: rgb(226,193,235); }

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

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

 span { border-color: rgb(226,193,235); }

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