#E5D5EB

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

Shades of Blue Chalk #E5D5EB

Tints of Blue Chalk #E5D5EB

Color information

#E5D5EB (or 0xE5D5EB) is unknown color: approx Blue Chalk. HEX triplet: E5, D5 and EB. RGB value is (229,213,235). Sum of RGB (Red+Green+Blue) = 229+213+235=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5EB is #1A2A14. Grayscale: #DCDCDC. Windows color (decimal): -1714709 or 15455717. OLE color: 15455717.

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

Color convert

RGB229213235-
CMYK0.030.0900.08
HSL283.64º35.48%87.84%-
HSV(B)283.64º9.36%92.16%-
XYZ71.170.2488.41-
YUV220.29136.3134.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.83%
GREEN value IS 213 (83.59% from 255) = 31.46%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=33.83%
G=31.46%
B=34.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292132350.030.0900.08283.6435.4887.84
HexE5D5EB390811c2358
Octal34532535331101043443130
Binary111001011101010111101011111001010001000111001000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D5EB; }

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

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

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

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

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

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

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

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