#E1D5ED

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

Shades of Blue Chalk #E1D5ED

Tints of Blue Chalk #E1D5ED

Color information

#E1D5ED (or 0xE1D5ED) is unknown color: approx Blue Chalk. HEX triplet: E1, D5 and ED. RGB value is (225,213,237). Sum of RGB (Red+Green+Blue) = 225+213+237=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 213 (83.59% from 255 or 31.56% 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 #E1D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D5ED is #1E2A12. Grayscale: #DBDBDB. Windows color (decimal): -1976851 or 15586785. OLE color: 15586785.

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

Color convert

RGB225213237-
CMYK0.050.1000.07
HSL270º40%88.24%-
HSV(B)270º10.13%92.94%-
XYZ70.1369.7189.88-
YUV219.32137.98132.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 31.56%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=33.33%
G=31.56%
B=35.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252132370.050.1000.072704088.24
HexE1D5ED5A0710e2858
Octal3413253555120741650130
Binary111000011101010111101101101101001111000011101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5ED; }

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

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

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

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

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

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

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

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