#EEDBEF

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

Shades of Selago #EEDBEF

Tints of Selago #EEDBEF

Color information

#EEDBEF (or 0xEEDBEF) is unknown color: approx Selago. HEX triplet: EE, DB and EF. RGB value is (238,219,239). Sum of RGB (Red+Green+Blue) = 238+219+239=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBEF is #112410. Grayscale: #E2E2E2. Windows color (decimal): -1123345 or 15719406. OLE color: 15719406.

HSL color Cylindrical-coordinate representation of color #EEDBEF: hue angle of 297º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDBEF is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238219239-
CMYK0.000.0800.06
HSL297º38.46%89.8%-
HSV(B)297º8.37%93.73%-
XYZ76.1775.0792.14-
YUV226.96134.79135.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 219 (85.94% from 255) = 31.47%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=34.20%
G=31.47%
B=34.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382192390.000.0800.0629738.4689.8
HexEEDBEF0806129265a
Octal3563333570100645146132
Binary1110111011011011111011110100001101001010011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBEF; }

 p { color: rgb(238,219,239); }

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

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

 a { background-color: rgb(238,219,239); }

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

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

 span { border-color: rgb(238,219,239); }

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