#E7D1EC

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

Shades of Blue Chalk #E7D1EC

Tints of Blue Chalk #E7D1EC

Color information

#E7D1EC (or 0xE7D1EC) is unknown color: approx Blue Chalk. HEX triplet: E7, D1 and EC. RGB value is (231,209,236). Sum of RGB (Red+Green+Blue) = 231+209+236=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7D1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D1EC is #182E13. Grayscale: #DADADA. Windows color (decimal): -1584660 or 15520231. OLE color: 15520231.

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

Color convert

RGB231209236-
CMYK0.020.1100.07
HSL288.89º41.54%87.25%-
HSV(B)288.89º11.44%92.55%-
XYZ70.968.6588.87-
YUV218.66137.79136.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.17%
GREEN value IS 209 (82.03% from 255) = 30.92%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=34.17%
G=30.92%
B=34.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312092360.020.1100.07288.8941.5487.25
HexE7D1EC2B071212a57
Octal3473213542130744152127
Binary11100111110100011110110010101101111001000011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1EC; }

 p { color: rgb(231,209,236); }

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

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

 a { background-color: rgb(231,209,236); }

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

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

 span { border-color: rgb(231,209,236); }

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