#E8D8ED

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

Shades of Blue Chalk #E8D8ED

Tints of Blue Chalk #E8D8ED

Color information

#E8D8ED (or 0xE8D8ED) is unknown color: approx Blue Chalk. HEX triplet: E8, D8 and ED. RGB value is (232,216,237). Sum of RGB (Red+Green+Blue) = 232+216+237=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8D8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8ED is #172712. Grayscale: #DFDFDF. Windows color (decimal): -1517331 or 15587560. OLE color: 15587560.

HSL color Cylindrical-coordinate representation of color #E8D8ED: hue angle of 285.71º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8D8ED is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232216237-
CMYK0.020.0900.07
HSL285.71º36.84%88.82%-
HSV(B)285.71º8.86%92.94%-
XYZ73.1272.3890.24-
YUV223.18135.8134.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.87%
GREEN value IS 216 (84.77% from 255) = 31.53%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=33.87%
G=31.53%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322162370.020.0900.07285.7136.8488.82
HexE8D8ED290711e2559
Octal3503303552110743645131
Binary11101000110110001110110110100101111000111101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D8ED; }

 p { color: rgb(232,216,237); }

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

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

 a { background-color: rgb(232,216,237); }

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

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

 span { border-color: rgb(232,216,237); }

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