#E4D3EA

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

Shades of Blue Chalk #E4D3EA

Tints of Blue Chalk #E4D3EA

Color information

#E4D3EA (or 0xE4D3EA) is unknown color: approx Blue Chalk. HEX triplet: E4, D3 and EA. RGB value is (228,211,234). Sum of RGB (Red+Green+Blue) = 228+211+234=673 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.88% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D3EA is #1B2C15. Grayscale: #DADADA. Windows color (decimal): -1780758 or 15389668. OLE color: 15389668.

HSL color Cylindrical-coordinate representation of color #E4D3EA: hue angle of 284.35º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4D3EA is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228211234-
CMYK0.030.1000.08
HSL284.35º35.38%87.25%-
HSV(B)284.35º9.83%91.76%-
XYZ70.1469.0287.47-
YUV218.7136.63134.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.88%
GREEN value IS 211 (82.81% from 255) = 31.35%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=33.88%
G=31.35%
B=34.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282112340.030.1000.08284.3535.3887.25
HexE4D3EA3A0811c2357
Octal34432335231201043443127
Binary111001001101001111101010111010010001000111001000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D3EA; }

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

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

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

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

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

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

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

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