#E5D7EF

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

Shades of Blue Chalk #E5D7EF

Tints of Blue Chalk #E5D7EF

Color information

#E5D7EF (or 0xE5D7EF) is unknown color: approx Blue Chalk. HEX triplet: E5, D7 and EF. RGB value is (229,215,239). Sum of RGB (Red+Green+Blue) = 229+215+239=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D7EF is #1A2810. Grayscale: #DDDDDD. Windows color (decimal): -1714193 or 15718373. OLE color: 15718373.

HSL color Cylindrical-coordinate representation of color #E5D7EF: hue angle of 275º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D7EF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229215239-
CMYK0.040.1000.06
HSL275º42.86%89.02%-
HSV(B)275º10.04%93.73%-
XYZ72.1971.4991.66-
YUV221.92137.64133.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.53%
GREEN value IS 215 (84.38% from 255) = 31.48%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=33.53%
G=31.48%
B=34.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292152390.040.1000.0627542.8689.02
HexE5D7EF4A061132b59
Octal3453273574120642353131
Binary111001011101011111101111100101001101000100111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D7EF; }

 p { color: rgb(229,215,239); }

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

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

 a { background-color: rgb(229,215,239); }

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

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

 span { border-color: rgb(229,215,239); }

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