#E5D9EE

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

Shades of Blue Chalk #E5D9EE

Tints of Blue Chalk #E5D9EE

Color information

#E5D9EE (or 0xE5D9EE) is unknown color: approx Blue Chalk. HEX triplet: E5, D9 and EE. RGB value is (229,217,238). Sum of RGB (Red+Green+Blue) = 229+217+238=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5D9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D9EE is #1A2611. Grayscale: #DEDEDE. Windows color (decimal): -1713682 or 15653349. OLE color: 15653349.

HSL color Cylindrical-coordinate representation of color #E5D9EE: hue angle of 274.29º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5D9EE is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229217238-
CMYK0.040.0900.07
HSL274.29º38.18%89.22%-
HSV(B)274.29º8.82%93.33%-
XYZ72.5672.4691.05-
YUV222.98136.48132.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.48%
GREEN value IS 217 (85.16% from 255) = 31.73%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=33.48%
G=31.73%
B=34.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292172380.040.0900.07274.2938.1889.22
HexE5D9EE49071122659
Octal3453313564110742246131
Binary111001011101100111101110100100101111000100101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D9EE; }

 p { color: rgb(229,217,238); }

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

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

 a { background-color: rgb(229,217,238); }

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

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

 span { border-color: rgb(229,217,238); }

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