#E9D8ED

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

Shades of Selago #E9D8ED

Tints of Selago #E9D8ED

Color information

#E9D8ED (or 0xE9D8ED) is unknown color: approx Selago. HEX triplet: E9, D8 and ED. RGB value is (233,216,237). Sum of RGB (Red+Green+Blue) = 233+216+237=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9D8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D8ED is #162712. Grayscale: #DFDFDF. Windows color (decimal): -1451795 or 15587561. OLE color: 15587561.

HSL color Cylindrical-coordinate representation of color #E9D8ED: hue angle of 288.57º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9D8ED is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233216237-
CMYK0.020.0900.07
HSL288.57º36.84%88.82%-
HSV(B)288.57º8.86%92.94%-
XYZ73.4572.5590.25-
YUV223.48135.63134.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=33.97%
G=31.49%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332162370.020.0900.07288.5736.8488.82
HexE9D8ED29071212559
Octal3513303552110744145131
Binary11101001110110001110110110100101111001000011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D8ED; }

 p { color: rgb(233,216,237); }

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

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

 a { background-color: rgb(233,216,237); }

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

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

 span { border-color: rgb(233,216,237); }

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