#E5D5F7

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

Shades of Blue Chalk #E5D5F7

Tints of Blue Chalk #E5D5F7

Color information

#E5D5F7 (or 0xE5D5F7) is unknown color: approx Blue Chalk. HEX triplet: E5, D5 and F7. RGB value is (229,213,247). Sum of RGB (Red+Green+Blue) = 229+213+247=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5D5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D5F7 is #1A2A08. Grayscale: #DDDDDD. Windows color (decimal): -1714697 or 16242149. OLE color: 16242149.

HSL color Cylindrical-coordinate representation of color #E5D5F7: hue angle of 268.24º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5D5F7 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB229213247-
CMYK0.070.1400.03
HSL268.24º68%90.2%-
HSV(B)268.24º13.77%96.86%-
XYZ72.970.9697.85-
YUV221.66142.3133.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.24%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=33.24%
G=30.91%
B=35.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2292132470.070.1400.03268.246890.2
HexE5D5F77E0310c445a
Octal34532536771603414104132
Binary111001011101010111110111111111001110000110010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D5F7; }

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

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

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

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

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

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

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

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