#E9DCEA

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

Shades of Selago #E9DCEA

Tints of Selago #E9DCEA

Color information

#E9DCEA (or 0xE9DCEA) is unknown color: approx Selago. HEX triplet: E9, DC and EA. RGB value is (233,220,234). Sum of RGB (Red+Green+Blue) = 233+220+234=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 220 (86.33% from 255 or 32.02% 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 #E9DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCEA is #162315. Grayscale: #E1E1E1. Windows color (decimal): -1450774 or 15391977. OLE color: 15391977.

HSL color Cylindrical-coordinate representation of color #E9DCEA: hue angle of 295.71º degrees, saturation: 0.25, 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 #E9DCEA is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233220234-
CMYK0.000.0600.08
HSL295.71º25%89.02%-
HSV(B)295.71º5.98%91.76%-
XYZ74.0574.4588.31-
YUV225.48132.81133.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.92%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=33.92%
G=32.02%
B=34.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332202340.000.0600.08295.712589.02
HexE9DCEA06081281959
Octal3513343520601045031131
Binary111010011101110011101010011001000100101000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCEA; }

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

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

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

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

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

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

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

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