#E1D5EB

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

Shades of Blue Chalk #E1D5EB

Tints of Blue Chalk #E1D5EB

Color information

#E1D5EB (or 0xE1D5EB) is unknown color: approx Blue Chalk. HEX triplet: E1, D5 and EB. RGB value is (225,213,235). Sum of RGB (Red+Green+Blue) = 225+213+235=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D5EB is #1E2A14. Grayscale: #DBDBDB. Windows color (decimal): -1976853 or 15455713. OLE color: 15455713.

HSL color Cylindrical-coordinate representation of color #E1D5EB: hue angle of 272.73º 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 #E1D5EB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225213235-
CMYK0.040.0900.08
HSL272.73º35.48%87.84%-
HSV(B)272.73º9.36%92.16%-
XYZ69.8469.5988.35-
YUV219.1136.98132.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.43%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=33.43%
G=31.65%
B=34.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252132350.040.0900.08272.7335.4887.84
HexE1D5EB49081112358
Octal34132535341101042143130
Binary1110000111010101111010111001001010001000100011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5EB; }

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

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

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

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

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

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

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

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