#E5D1ED

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

Shades of Blue Chalk #E5D1ED

Tints of Blue Chalk #E5D1ED

Color information

#E5D1ED (or 0xE5D1ED) is unknown color: approx Blue Chalk. HEX triplet: E5, D1 and ED. RGB value is (229,209,237). Sum of RGB (Red+Green+Blue) = 229+209+237=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D1ED is #1A2E12. Grayscale: #DADADA. Windows color (decimal): -1715731 or 15585765. OLE color: 15585765.

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

Color convert

RGB229209237-
CMYK0.030.1200.07
HSL282.86º43.75%87.45%-
HSV(B)282.86º11.81%92.94%-
XYZ70.468.3789.61-
YUV218.17138.63135.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.93%
GREEN value IS 209 (82.03% from 255) = 30.96%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=33.93%
G=30.96%
B=35.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292092370.030.1200.07282.8643.7587.45
HexE5D1ED3C0711b2c57
Octal3453213553140743354127
Binary11100101110100011110110111110001111000110111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D1ED; }

 p { color: rgb(229,209,237); }

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

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

 a { background-color: rgb(229,209,237); }

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

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

 span { border-color: rgb(229,209,237); }

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