#E8D3EF

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

Shades of Blue Chalk #E8D3EF

Tints of Blue Chalk #E8D3EF

Color information

#E8D3EF (or 0xE8D3EF) is unknown color: approx Blue Chalk. HEX triplet: E8, D3 and EF. RGB value is (232,211,239). Sum of RGB (Red+Green+Blue) = 232+211+239=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8D3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3EF is #172C10. Grayscale: #DCDCDC. Windows color (decimal): -1518609 or 15717352. OLE color: 15717352.

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

Color convert

RGB232211239-
CMYK0.030.1200.06
HSL285º46.67%88.24%-
HSV(B)285º11.72%93.73%-
XYZ72.1569.9891.37-
YUV220.47138.46136.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.02%
GREEN value IS 211 (82.81% from 255) = 30.94%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=34.02%
G=30.94%
B=35.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322112390.030.1200.0628546.6788.24
HexE8D3EF3C0611d2f58
Octal3503233573140643557130
Binary11101000110100111110111111110001101000111011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D3EF; }

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

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

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

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

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

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

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

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