#E4D1EC

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

Shades of Blue Chalk #E4D1EC

Tints of Blue Chalk #E4D1EC

Color information

#E4D1EC (or 0xE4D1EC) is unknown color: approx Blue Chalk. HEX triplet: E4, D1 and EC. RGB value is (228,209,236). Sum of RGB (Red+Green+Blue) = 228+209+236=673 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.88% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4D1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D1EC is #1B2E13. Grayscale: #D9D9D9. Windows color (decimal): -1781268 or 15520228. OLE color: 15520228.

HSL color Cylindrical-coordinate representation of color #E4D1EC: hue angle of 282.22º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4D1EC is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228209236-
CMYK0.030.1100.07
HSL282.22º41.54%87.25%-
HSV(B)282.22º11.44%92.55%-
XYZ69.9468.1588.83-
YUV217.76138.29135.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.88%
GREEN value IS 209 (82.03% from 255) = 31.05%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=33.88%
G=31.05%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282092360.030.1100.07282.2241.5487.25
HexE4D1EC3B0711a2a57
Octal3443213543130743252127
Binary11100100110100011110110011101101111000110101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D1EC; }

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

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

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

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

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

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

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

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