#E7D2EC

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

Shades of Blue Chalk #E7D2EC

Tints of Blue Chalk #E7D2EC

Color information

#E7D2EC (or 0xE7D2EC) is unknown color: approx Blue Chalk. HEX triplet: E7, D2 and EC. RGB value is (231,210,236). Sum of RGB (Red+Green+Blue) = 231+210+236=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D2EC is #182D13. Grayscale: #DBDBDB. Windows color (decimal): -1584404 or 15520487. OLE color: 15520487.

HSL color Cylindrical-coordinate representation of color #E7D2EC: hue angle of 288.46º degrees, saturation: 0.41, 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 #E7D2EC is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231210236-
CMYK0.020.1100.07
HSL288.46º40.62%87.45%-
HSV(B)288.46º11.02%92.55%-
XYZ71.1469.1488.95-
YUV219.24137.46136.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.12%
GREEN value IS 210 (82.42% from 255) = 31.02%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=34.12%
G=31.02%
B=34.86%

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
Decimal2312102360.020.1100.07288.4640.6287.45
HexE7D2EC2B071202957
Octal3473223542130744051127
Binary11100111110100101110110010101101111001000001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2EC; }

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

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

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

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

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

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

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

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