#E2C9EB

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

Shades of Blue Chalk #E2C9EB

Tints of Blue Chalk #E2C9EB

Color information

#E2C9EB (or 0xE2C9EB) is unknown color: approx Blue Chalk. HEX triplet: E2, C9 and EB. RGB value is (226,201,235). Sum of RGB (Red+Green+Blue) = 226+201+235=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2C9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C9EB is #1D3614. Grayscale: #D4D4D4. Windows color (decimal): -1914389 or 15452642. OLE color: 15452642.

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

Color convert

RGB226201235-
CMYK0.040.1400.08
HSL284.12º45.95%85.49%-
HSV(B)284.12º14.47%92.16%-
XYZ67.2563.9487.39-
YUV212.35140.78137.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.14%
GREEN value IS 201 (78.91% from 255) = 30.36%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=34.14%
G=30.36%
B=35.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262012350.040.1400.08284.1245.9585.49
HexE2C9EB4E0811c2e55
Octal34231135341601043456125
Binary1110001011001001111010111001110010001000111001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C9EB; }

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

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

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

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

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

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

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

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