#E8DDE9

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

Shades of Selago #E8DDE9

Tints of Selago #E8DDE9

Color information

#E8DDE9 (or 0xE8DDE9) is unknown color: approx Selago. HEX triplet: E8, DD and E9. RGB value is (232,221,233). Sum of RGB (Red+Green+Blue) = 232+221+233=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 233 - color contains mainly: blue. Hex color #E8DDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDE9 is #172216. Grayscale: #E1E1E1. Windows color (decimal): -1516055 or 15326696. OLE color: 15326696.

HSL color Cylindrical-coordinate representation of color #E8DDE9: hue angle of 295º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8DDE9 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB232221233-
CMYK0.000.0500.09
HSL295º21.43%89.02%-
HSV(B)295º5.15%91.37%-
XYZ73.8474.7587.63-
YUV225.66132.14132.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.82%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 233 (91.41% from 255) = 33.97%
R=33.82%
G=32.22%
B=33.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322212330.000.0500.0929521.4389.02
HexE8DDE905091271559
Octal3503353510501144725131
Binary111010001101110111101001010101001100100111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDE9; }

 p { color: rgb(232,221,233); }

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

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

 a { background-color: rgb(232,221,233); }

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

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

 span { border-color: rgb(232,221,233); }

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