#E9DEEC

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

Shades of Selago #E9DEEC

Tints of Selago #E9DEEC

Color information

#E9DEEC (or 0xE9DEEC) is unknown color: approx Selago. HEX triplet: E9, DE and EC. RGB value is (233,222,236). Sum of RGB (Red+Green+Blue) = 233+222+236=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9DEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEEC is #162113. Grayscale: #E2E2E2. Windows color (decimal): -1450260 or 15523561. OLE color: 15523561.

HSL color Cylindrical-coordinate representation of color #E9DEEC: hue angle of 287.14º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DEEC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233222236-
CMYK0.010.0600.07
HSL287.14º26.92%89.8%-
HSV(B)287.14º5.93%92.55%-
XYZ74.8775.6290.01-
YUV226.88133.14132.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.72%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=33.72%
G=32.13%
B=34.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332222360.010.0600.07287.1426.9289.8
HexE9DEEC160711f1b5a
Octal351336354160743733132
Binary11101001110111101110110011100111100011111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEEC; }

 p { color: rgb(233,222,236); }

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

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

 a { background-color: rgb(233,222,236); }

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

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

 span { border-color: rgb(233,222,236); }

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