#E8D3ED

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

Shades of Blue Chalk #E8D3ED

Tints of Blue Chalk #E8D3ED

Color information

#E8D3ED (or 0xE8D3ED) is unknown color: approx Blue Chalk. HEX triplet: E8, D3 and ED. RGB value is (232,211,237). Sum of RGB (Red+Green+Blue) = 232+211+237=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 211 (82.81% from 255 or 31.03% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3ED is #172C12. Grayscale: #DCDCDC. Windows color (decimal): -1518611 or 15586280. OLE color: 15586280.

HSL color Cylindrical-coordinate representation of color #E8D3ED: hue angle of 288.46º degrees, saturation: 0.42, 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 #E8D3ED is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232211237-
CMYK0.020.1100.07
HSL288.46º41.94%87.84%-
HSV(B)288.46º10.97%92.94%-
XYZ71.8669.8689.82-
YUV220.24137.46136.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.12%
GREEN value IS 211 (82.81% from 255) = 31.03%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=34.12%
G=31.03%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322112370.020.1100.07288.4641.9487.84
HexE8D3ED2B071202a58
Octal3503233552130744052130
Binary11101000110100111110110110101101111001000001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D3ED; }

 p { color: rgb(232,211,237); }

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

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

 a { background-color: rgb(232,211,237); }

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

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

 span { border-color: rgb(232,211,237); }

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