#E5D5ED

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

Shades of Blue Chalk #E5D5ED

Tints of Blue Chalk #E5D5ED

Color information

#E5D5ED (or 0xE5D5ED) is unknown color: approx Blue Chalk. HEX triplet: E5, D5 and ED. RGB value is (229,213,237). Sum of RGB (Red+Green+Blue) = 229+213+237=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5ED is #1A2A12. Grayscale: #DCDCDC. Windows color (decimal): -1714707 or 15586789. OLE color: 15586789.

HSL color Cylindrical-coordinate representation of color #E5D5ED: hue angle of 280º 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 #E5D5ED is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229213237-
CMYK0.030.1000.07
HSL280º40%88.24%-
HSV(B)280º10.13%92.94%-
XYZ71.3970.3689.94-
YUV220.52137.3134.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.73%
GREEN value IS 213 (83.59% from 255) = 31.37%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=33.73%
G=31.37%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292132370.030.1000.072804088.24
HexE5D5ED3A071182858
Octal3453253553120743050130
Binary11100101110101011110110111101001111000110001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D5ED; }

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

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

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

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

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

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

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

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