#E9DAEC

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

Shades of Selago #E9DAEC

Tints of Selago #E9DAEC

Color information

#E9DAEC (or 0xE9DAEC) is unknown color: approx Selago. HEX triplet: E9, DA and EC. RGB value is (233,218,236). Sum of RGB (Red+Green+Blue) = 233+218+236=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAEC is #162513. Grayscale: #E0E0E0. Windows color (decimal): -1451284 or 15522537. OLE color: 15522537.

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

Color convert

RGB233218236-
CMYK0.010.0800.07
HSL290º32.14%89.02%-
HSV(B)290º7.63%92.55%-
XYZ73.8273.5289.66-
YUV224.54134.47134.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.92%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=33.92%
G=31.73%
B=34.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332182360.010.0800.0729032.1489.02
HexE9DAEC18071222059
Octal3513323541100744240131
Binary1110100111011010111011001100001111001000101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAEC; }

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

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

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

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

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

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

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

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