#E7D3ED

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

Shades of Blue Chalk #E7D3ED

Tints of Blue Chalk #E7D3ED

Color information

#E7D3ED (or 0xE7D3ED) is unknown color: approx Blue Chalk. HEX triplet: E7, D3 and ED. RGB value is (231,211,237). Sum of RGB (Red+Green+Blue) = 231+211+237=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 211 (82.81% from 255 or 31.08% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7D3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D3ED is #182C12. Grayscale: #DBDBDB. Windows color (decimal): -1584147 or 15586279. OLE color: 15586279.

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

Color convert

RGB231211237-
CMYK0.030.1100.07
HSL286.15º41.94%87.84%-
HSV(B)286.15º10.97%92.94%-
XYZ71.5469.6989.8-
YUV219.94137.63135.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.02%
GREEN value IS 211 (82.81% from 255) = 31.08%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=34.02%
G=31.08%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312112370.030.1100.07286.1541.9487.84
HexE7D3ED3B0711e2a58
Octal3473233553130743652130
Binary11100111110100111110110111101101111000111101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D3ED; }

 p { color: rgb(231,211,237); }

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

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

 a { background-color: rgb(231,211,237); }

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

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

 span { border-color: rgb(231,211,237); }

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