#E5D5EA

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

Shades of Blue Chalk #E5D5EA

Tints of Blue Chalk #E5D5EA

Color information

#E5D5EA (or 0xE5D5EA) is unknown color: approx Blue Chalk. HEX triplet: E5, D5 and EA. RGB value is (229,213,234). Sum of RGB (Red+Green+Blue) = 229+213+234=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5EA is #1A2A15. Grayscale: #DCDCDC. Windows color (decimal): -1714710 or 15390181. OLE color: 15390181.

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

Color convert

RGB229213234-
CMYK0.020.0900.08
HSL285.71º33.33%87.65%-
HSV(B)285.71º8.97%91.76%-
XYZ70.9670.1987.65-
YUV220.18135.8134.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.88%
GREEN value IS 213 (83.59% from 255) = 31.51%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=33.88%
G=31.51%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292132340.020.0900.08285.7133.3387.65
HexE5D5EA290811e2158
Octal34532535221101043641130
Binary111001011101010111101010101001010001000111101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D5EA; }

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

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

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

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

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

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

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

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