#E8D8EB

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

Shades of Selago #E8D8EB

Tints of Selago #E8D8EB

Color information

#E8D8EB (or 0xE8D8EB) is unknown color: approx Selago. HEX triplet: E8, D8 and EB. RGB value is (232,216,235). Sum of RGB (Red+Green+Blue) = 232+216+235=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8D8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8EB is #172714. Grayscale: #DEDEDE. Windows color (decimal): -1517333 or 15456488. OLE color: 15456488.

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

Color convert

RGB232216235-
CMYK0.010.0800.08
HSL290.53º32.2%88.43%-
HSV(B)290.53º8.09%92.16%-
XYZ72.8372.2788.71-
YUV222.95134.8134.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.97%
GREEN value IS 216 (84.77% from 255) = 31.63%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=33.97%
G=31.63%
B=34.41%

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
Decimal2322162350.010.0800.08290.5332.288.43
HexE8D8EB18081232058
Octal35033035311001044340130
Binary11101000110110001110101111000010001001000111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D8EB; }

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

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

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

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

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

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

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

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