#E5D4EF

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

Shades of Blue Chalk #E5D4EF

Tints of Blue Chalk #E5D4EF

Color information

#E5D4EF (or 0xE5D4EF) is unknown color: approx Blue Chalk. HEX triplet: E5, D4 and EF. RGB value is (229,212,239). Sum of RGB (Red+Green+Blue) = 229+212+239=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D4EF is #1A2B10. Grayscale: #DCDCDC. Windows color (decimal): -1714961 or 15717605. OLE color: 15717605.

HSL color Cylindrical-coordinate representation of color #E5D4EF: hue angle of 277.78º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5D4EF is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229212239-
CMYK0.040.1100.06
HSL277.78º45.76%88.43%-
HSV(B)277.78º11.3%93.73%-
XYZ71.4469.9891.4-
YUV220.16138.63134.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.68%
GREEN value IS 212 (83.20% from 255) = 31.18%
BLUE value IS 239 (93.75% from 255) = 35.15%
R=33.68%
G=31.18%
B=35.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292122390.040.1100.06277.7845.7688.43
HexE5D4EF4B061162e58
Octal3453243574130642656130
Binary111001011101010011101111100101101101000101101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D4EF; }

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

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

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

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

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

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

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

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