#E8D4EF

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

Shades of Blue Chalk #E8D4EF

Tints of Blue Chalk #E8D4EF

Color information

#E8D4EF (or 0xE8D4EF) is unknown color: approx Blue Chalk. HEX triplet: E8, D4 and EF. RGB value is (232,212,239). Sum of RGB (Red+Green+Blue) = 232+212+239=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 212 (83.20% from 255 or 31.04% 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 #E8D4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D4EF is #172B10. Grayscale: #DCDCDC. Windows color (decimal): -1518353 or 15717608. OLE color: 15717608.

HSL color Cylindrical-coordinate representation of color #E8D4EF: hue angle of 284.44º 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 #E8D4EF is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232212239-
CMYK0.030.1100.06
HSL284.44º45.76%88.43%-
HSV(B)284.44º11.3%93.73%-
XYZ72.470.4791.45-
YUV221.06138.13135.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.97%
GREEN value IS 212 (83.20% from 255) = 31.04%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=33.97%
G=31.04%
B=34.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322122390.030.1100.06284.4445.7688.43
HexE8D4EF3B0611c2e58
Octal3503243573130643456130
Binary11101000110101001110111111101101101000111001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D4EF; }

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

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

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

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

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

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

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

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