#E7D7EB

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

Shades of Blue Chalk #E7D7EB

Tints of Blue Chalk #E7D7EB

Color information

#E7D7EB (or 0xE7D7EB) is unknown color: approx Blue Chalk. HEX triplet: E7, D7 and EB. RGB value is (231,215,235). Sum of RGB (Red+Green+Blue) = 231+215+235=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7D7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D7EB is #182814. Grayscale: #DDDDDD. Windows color (decimal): -1583125 or 15456231. OLE color: 15456231.

HSL color Cylindrical-coordinate representation of color #E7D7EB: hue angle of 288º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D7EB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231215235-
CMYK0.020.0900.08
HSL288º33.33%88.24%-
HSV(B)288º8.51%92.16%-
XYZ72.2571.5988.61-
YUV222.06135.3134.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.92%
GREEN value IS 215 (84.38% from 255) = 31.57%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=33.92%
G=31.57%
B=34.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312152350.020.0900.0828833.3388.24
HexE7D7EB29081202158
Octal34732735321101044041130
Binary111001111101011111101011101001010001001000001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D7EB; }

 p { color: rgb(231,215,235); }

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

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

 a { background-color: rgb(231,215,235); }

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

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

 span { border-color: rgb(231,215,235); }

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