#E8D7EB

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

Shades of Selago #E8D7EB

Tints of Selago #E8D7EB

Color information

#E8D7EB (or 0xE8D7EB) is unknown color: approx Selago. HEX triplet: E8, D7 and EB. RGB value is (232,215,235). Sum of RGB (Red+Green+Blue) = 232+215+235=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8D7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D7EB is #172814. Grayscale: #DEDEDE. Windows color (decimal): -1517589 or 15456232. OLE color: 15456232.

HSL color Cylindrical-coordinate representation of color #E8D7EB: hue angle of 291º 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 #E8D7EB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232215235-
CMYK0.010.0900.08
HSL291º33.33%88.24%-
HSV(B)291º8.51%92.16%-
XYZ72.5771.7588.62-
YUV222.36135.13134.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.02%
GREEN value IS 215 (84.38% from 255) = 31.52%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=34.02%
G=31.52%
B=34.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322152350.010.0900.0829133.3388.24
HexE8D7EB19081232158
Octal35032735311101044341130
Binary11101000110101111110101111001010001001000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D7EB; }

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

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

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

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

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

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

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

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