#E8DCE9

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

Shades of Selago #E8DCE9

Tints of Selago #E8DCE9

Color information

#E8DCE9 (or 0xE8DCE9) is unknown color: approx Selago. HEX triplet: E8, DC and E9. RGB value is (232,220,233). Sum of RGB (Red+Green+Blue) = 232+220+233=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 233 - color contains mainly: blue. Hex color #E8DCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCE9 is #172316. Grayscale: #E1E1E1. Windows color (decimal): -1516311 or 15326440. OLE color: 15326440.

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

Color convert

RGB232220233-
CMYK0.000.0600.09
HSL295.38º22.81%88.82%-
HSV(B)295.38º5.58%91.37%-
XYZ73.5874.2387.54-
YUV225.07132.48132.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.87%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=33.87%
G=32.12%
B=34.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322202330.000.0600.09295.3822.8188.82
HexE8DCE906091271759
Octal3503343510601144727131
Binary111010001101110011101001011001001100100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCE9; }

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

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

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

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

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

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

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

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