#E9DBED

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

Shades of Selago #E9DBED

Tints of Selago #E9DBED

Color information

#E9DBED (or 0xE9DBED) is unknown color: approx Selago. HEX triplet: E9, DB and ED. RGB value is (233,219,237). Sum of RGB (Red+Green+Blue) = 233+219+237=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBED is #162412. Grayscale: #E1E1E1. Windows color (decimal): -1451027 or 15588329. OLE color: 15588329.

HSL color Cylindrical-coordinate representation of color #E9DBED: hue angle of 286.67º degrees, saturation: 0.33, 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 #E9DBED is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233219237-
CMYK0.020.0800.07
HSL286.67º33.33%89.41%-
HSV(B)286.67º7.59%92.94%-
XYZ74.2274.190.51-
YUV225.24134.64133.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.82%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=33.82%
G=31.79%
B=34.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332192370.020.0800.07286.6733.3389.41
HexE9DBED280711f2159
Octal3513333552100743741131
Binary11101001110110111110110110100001111000111111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBED; }

 p { color: rgb(233,219,237); }

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

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

 a { background-color: rgb(233,219,237); }

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

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

 span { border-color: rgb(233,219,237); }

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