#E8D9EB

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

Shades of Selago #E8D9EB

Tints of Selago #E8D9EB

Color information

#E8D9EB (or 0xE8D9EB) is unknown color: approx Selago. HEX triplet: E8, D9 and EB. RGB value is (232,217,235). Sum of RGB (Red+Green+Blue) = 232+217+235=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8D9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9EB is #172614. Grayscale: #DFDFDF. Windows color (decimal): -1517077 or 15456744. OLE color: 15456744.

HSL color Cylindrical-coordinate representation of color #E8D9EB: hue angle of 290º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8D9EB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232217235-
CMYK0.010.0800.08
HSL290º31.03%88.63%-
HSV(B)290º7.66%92.16%-
XYZ73.0972.7888.79-
YUV223.54134.47134.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 217 (85.16% from 255) = 31.73%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=33.92%
G=31.73%
B=34.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322172350.010.0800.0829031.0388.63
HexE8D9EB18081221f59
Octal35033135311001044237131
Binary1110100011011001111010111100001000100100010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D9EB; }

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

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

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

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

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

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

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

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