#E2C4EA

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

Shades of Blue Chalk #E2C4EA

Tints of Blue Chalk #E2C4EA

Color information

#E2C4EA (or 0xE2C4EA) is unknown color: approx Blue Chalk. HEX triplet: E2, C4 and EA. RGB value is (226,196,234). Sum of RGB (Red+Green+Blue) = 226+196+234=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2C4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C4EA is #1D3B15. Grayscale: #D1D1D1. Windows color (decimal): -1915670 or 15385826. OLE color: 15385826.

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

Color convert

RGB226196234-
CMYK0.030.1600.08
HSL287.37º47.5%84.31%-
HSV(B)287.37º16.24%91.76%-
XYZ65.9661.5986.25-
YUV209.3141.94139.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.45%
GREEN value IS 196 (76.95% from 255) = 29.88%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=34.45%
G=29.88%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261962340.030.1600.08287.3747.584.31
HexE2C4EA3100811f2f54
Octal34230435232001043757124
Binary1110001011000100111010101110000010001000111111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C4EA; }

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

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

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

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

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

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

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

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