#E4D3EC

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

Shades of Blue Chalk #E4D3EC

Tints of Blue Chalk #E4D3EC

Color information

#E4D3EC (or 0xE4D3EC) is unknown color: approx Blue Chalk. HEX triplet: E4, D3 and EC. RGB value is (228,211,236). Sum of RGB (Red+Green+Blue) = 228+211+236=675 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.78% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D3EC is #1B2C13. Grayscale: #DADADA. Windows color (decimal): -1780756 or 15520740. OLE color: 15520740.

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

Color convert

RGB228211236-
CMYK0.030.1100.07
HSL280.8º39.68%87.65%-
HSV(B)280.8º10.59%92.55%-
XYZ70.4369.1488.99-
YUV218.93137.63134.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.78%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=33.78%
G=31.26%
B=34.96%

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
Decimal2282112360.030.1100.07280.839.6887.65
HexE4D3EC3B071192858
Octal3443233543130743150130
Binary11100100110100111110110011101101111000110011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D3EC; }

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

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

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

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

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

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

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

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