#E2C4EB

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

Shades of Blue Chalk #E2C4EB

Tints of Blue Chalk #E2C4EB

Color information

#E2C4EB (or 0xE2C4EB) is unknown color: approx Blue Chalk. HEX triplet: E2, C4 and EB. RGB value is (226,196,235). Sum of RGB (Red+Green+Blue) = 226+196+235=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C4EB is #1D3B14. Grayscale: #D1D1D1. Windows color (decimal): -1915669 or 15451362. OLE color: 15451362.

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

Color convert

RGB226196235-
CMYK0.040.1700.08
HSL286.15º49.37%84.51%-
HSV(B)286.15º16.6%92.16%-
XYZ66.161.6587.01-
YUV209.42142.44139.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.40%
GREEN value IS 196 (76.95% from 255) = 29.83%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=34.40%
G=29.83%
B=35.77%

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
Decimal2261962350.040.1700.08286.1549.3784.51
HexE2C4EB4110811e3155
Octal34230435342101043661125
Binary11100010110001001110101110010001010001000111101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C4EB; }

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

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

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

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

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

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

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

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