#E8D5ED

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

Shades of Blue Chalk #E8D5ED

Tints of Blue Chalk #E8D5ED

Color information

#E8D5ED (or 0xE8D5ED) is unknown color: approx Blue Chalk. HEX triplet: E8, D5 and ED. RGB value is (232,213,237). Sum of RGB (Red+Green+Blue) = 232+213+237=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D5ED is #172A12. Grayscale: #DDDDDD. Windows color (decimal): -1518099 or 15586792. OLE color: 15586792.

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

Color convert

RGB232213237-
CMYK0.020.1000.07
HSL287.5º40%88.24%-
HSV(B)287.5º10.13%92.94%-
XYZ72.3670.8689.98-
YUV221.42136.79135.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.02%
GREEN value IS 213 (83.59% from 255) = 31.23%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=34.02%
G=31.23%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322132370.020.1000.07287.54088.24
HexE8D5ED2A071202858
Octal3503253552120744050130
Binary11101000110101011110110110101001111001000001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5ED; }

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

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

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

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

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

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

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

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