#E4C5EC

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

Shades of Blue Chalk #E4C5EC

Tints of Blue Chalk #E4C5EC

Color information

#E4C5EC (or 0xE4C5EC) is unknown color: approx Blue Chalk. HEX triplet: E4, C5 and EC. RGB value is (228,197,236). Sum of RGB (Red+Green+Blue) = 228+197+236=661 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.49% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4C5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C5EC is #1B3A13. Grayscale: #D2D2D2. Windows color (decimal): -1784340 or 15517156. OLE color: 15517156.

HSL color Cylindrical-coordinate representation of color #E4C5EC: hue angle of 287.69º degrees, saturation: 0.51, 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 #E4C5EC is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228197236-
CMYK0.030.1700.07
HSL287.69º50.65%84.9%-
HSV(B)287.69º16.53%92.55%-
XYZ67.162.4887.88-
YUV210.71142.27140.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.49%
GREEN value IS 197 (77.34% from 255) = 29.80%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=34.49%
G=29.80%
B=35.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281972360.030.1700.07287.6950.6584.9
HexE4C5EC311071203355
Octal3443053543210744063125
Binary111001001100010111101100111000101111001000001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C5EC; }

 p { color: rgb(228,197,236); }

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

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

 a { background-color: rgb(228,197,236); }

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

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

 span { border-color: rgb(228,197,236); }

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