#E9DFEB

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

Shades of Selago #E9DFEB

Tints of Selago #E9DFEB

Color information

#E9DFEB (or 0xE9DFEB) is unknown color: approx Selago. HEX triplet: E9, DF and EB. RGB value is (233,223,235). Sum of RGB (Red+Green+Blue) = 233+223+235=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9DFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFEB is #162014. Grayscale: #E3E3E3. Windows color (decimal): -1450005 or 15458281. OLE color: 15458281.

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

Color convert

RGB233223235-
CMYK0.010.0500.08
HSL290º23.08%89.8%-
HSV(B)290º5.11%92.16%-
XYZ74.9976.189.33-
YUV227.36132.31132.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.72%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=33.72%
G=32.27%
B=34.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332232350.010.0500.0829023.0889.8
HexE9DFEB1508122175a
Octal3513373531501044227132
Binary111010011101111111101011110101000100100010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFEB; }

 p { color: rgb(233,223,235); }

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

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

 a { background-color: rgb(233,223,235); }

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

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

 span { border-color: rgb(233,223,235); }

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