#E2C5EB

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

Shades of Blue Chalk #E2C5EB

Tints of Blue Chalk #E2C5EB

Color information

#E2C5EB (or 0xE2C5EB) is unknown color: approx Blue Chalk. HEX triplet: E2, C5 and EB. RGB value is (226,197,235). Sum of RGB (Red+Green+Blue) = 226+197+235=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5EB is #1D3A14. Grayscale: #D1D1D1. Windows color (decimal): -1915413 or 15451618. OLE color: 15451618.

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

Color convert

RGB226197235-
CMYK0.040.1600.08
HSL285.79º48.72%84.71%-
HSV(B)285.79º16.17%92.16%-
XYZ66.3362.187.09-
YUV210142.11139.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.35%
GREEN value IS 197 (77.34% from 255) = 29.94%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=34.35%
G=29.94%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261972350.040.1600.08285.7948.7284.71
HexE2C5EB4100811e3155
Octal34230535342001043661125
Binary11100010110001011110101110010000010001000111101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C5EB; }

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

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

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

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

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

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

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

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