#E7D8EF

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

Shades of Blue Chalk #E7D8EF

Tints of Blue Chalk #E7D8EF

Color information

#E7D8EF (or 0xE7D8EF) is unknown color: approx Blue Chalk. HEX triplet: E7, D8 and EF. RGB value is (231,216,239). Sum of RGB (Red+Green+Blue) = 231+216+239=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7D8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D8EF is #182710. Grayscale: #DFDFDF. Windows color (decimal): -1582865 or 15718631. OLE color: 15718631.

HSL color Cylindrical-coordinate representation of color #E7D8EF: hue angle of 279.13º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D8EF is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231216239-
CMYK0.030.1000.06
HSL279.13º41.82%89.22%-
HSV(B)279.13º9.62%93.73%-
XYZ73.0972.3391.77-
YUV223.11136.97133.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.67%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=33.67%
G=31.49%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312162390.030.1000.06279.1341.8289.22
HexE7D8EF3A061172a59
Octal3473303573120642752131
Binary11100111110110001110111111101001101000101111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8EF; }

 p { color: rgb(231,216,239); }

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

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

 a { background-color: rgb(231,216,239); }

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

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

 span { border-color: rgb(231,216,239); }

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