#E2C5EE

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

Shades of Blue Chalk #E2C5EE

Tints of Blue Chalk #E2C5EE

Color information

#E2C5EE (or 0xE2C5EE) is unknown color: approx Blue Chalk. HEX triplet: E2, C5 and EE. RGB value is (226,197,238). Sum of RGB (Red+Green+Blue) = 226+197+238=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2C5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5EE is #1D3A11. Grayscale: #D2D2D2. Windows color (decimal): -1915410 or 15648226. OLE color: 15648226.

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

Color convert

RGB226197238-
CMYK0.050.1700.07
HSL282.44º54.67%85.29%-
HSV(B)282.44º17.23%93.33%-
XYZ66.7662.2789.39-
YUV210.34143.61139.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.19%
GREEN value IS 197 (77.34% from 255) = 29.80%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=34.19%
G=29.80%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261972380.050.1700.07282.4454.6785.29
HexE2C5EE5110711a3755
Octal3423053565210743267125
Binary1110001011000101111011101011000101111000110101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C5EE; }

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

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

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

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

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

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

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

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