#E8DDEA

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

Shades of Selago #E8DDEA

Tints of Selago #E8DDEA

Color information

#E8DDEA (or 0xE8DDEA) is unknown color: approx Selago. HEX triplet: E8, DD and EA. RGB value is (232,221,234). Sum of RGB (Red+Green+Blue) = 232+221+234=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8DDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDEA is #172215. Grayscale: #E1E1E1. Windows color (decimal): -1516054 or 15392232. OLE color: 15392232.

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

Color convert

RGB232221234-
CMYK0.010.0600.08
HSL290.77º23.64%89.22%-
HSV(B)290.77º5.56%91.76%-
XYZ73.9974.8188.38-
YUV225.77132.64132.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.77%
GREEN value IS 221 (86.72% from 255) = 32.17%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=33.77%
G=32.17%
B=34.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322212340.010.0600.08290.7723.6489.22
HexE8DDEA16081231859
Octal3503353521601044330131
Binary111010001101110111101010111001000100100011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDEA; }

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

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

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

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

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

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

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

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