#E1D5EA

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

Shades of Blue Chalk #E1D5EA

Tints of Blue Chalk #E1D5EA

Color information

#E1D5EA (or 0xE1D5EA) is unknown color: approx Blue Chalk. HEX triplet: E1, D5 and EA. RGB value is (225,213,234). Sum of RGB (Red+Green+Blue) = 225+213+234=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D5EA is #1E2A15. Grayscale: #DADADA. Windows color (decimal): -1976854 or 15390177. OLE color: 15390177.

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

Color convert

RGB225213234-
CMYK0.040.0900.08
HSL274.29º33.33%87.65%-
HSV(B)274.29º8.97%91.76%-
XYZ69.769.5487.59-
YUV218.98136.48132.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=33.48%
G=31.70%
B=34.82%

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
Decimal2252132340.040.0900.08274.2933.3387.65
HexE1D5EA49081122158
Octal34132535241101042241130
Binary1110000111010101111010101001001010001000100101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5EA; }

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

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

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

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

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

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

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

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