#E2C9F3

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

Shades of Blue Chalk #E2C9F3

Tints of Blue Chalk #E2C9F3

Color information

#E2C9F3 (or 0xE2C9F3) is unknown color: approx Blue Chalk. HEX triplet: E2, C9 and F3. RGB value is (226,201,243). Sum of RGB (Red+Green+Blue) = 226+201+243=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2C9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9F3 is #1D360C. Grayscale: #D5D5D5. Windows color (decimal): -1914381 or 15976930. OLE color: 15976930.

HSL color Cylindrical-coordinate representation of color #E2C9F3: hue angle of 275.71º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2C9F3 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226201243-
CMYK0.070.1700.05
HSL275.71º63.64%87.06%-
HSV(B)275.71º17.28%95.29%-
XYZ68.4364.4193.62-
YUV213.26144.78137.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 201 (78.91% from 255) = 30%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=33.73%
G=30%
B=36.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262012430.070.1700.05275.7163.6487.06
HexE2C9F3711051144057
Octal34231136372105424100127
Binary11100010110010011111001111110001010110001010010000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C9F3; }

 p { color: rgb(226,201,243); }

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

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

 a { background-color: rgb(226,201,243); }

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

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

 span { border-color: rgb(226,201,243); }

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