#EFE9EF

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

Shades of Selago #EFE9EF

Tints of Selago #EFE9EF

Color information

#EFE9EF (or 0xEFE9EF) is unknown color: approx Selago. HEX triplet: EF, E9 and EF. RGB value is (239,233,239). Sum of RGB (Red+Green+Blue) = 239+233+239=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 233 (91.41% from 255 or 32.77% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9EF is #101610. Grayscale: #EBEBEB. Windows color (decimal): -1054225 or 15722991. OLE color: 15722991.

HSL color Cylindrical-coordinate representation of color #EFE9EF: hue angle of 300º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE9EF is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239233239-
CMYK00.0300.06
HSL300º15.79%92.55%-
HSV(B)300º2.51%93.73%-
XYZ80.3282.8693.42-
YUV235.48129.99130.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 233 (91.41% from 255) = 32.77%
BLUE value IS 239 (93.75% from 255) = 33.61%
R=33.61%
G=32.77%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923323900.0300.0630015.7992.55
HexEFE9EF030612c105d
Octal357351357030645420135
Binary1110111111101001111011110110110100101100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9EF; }

 p { color: rgb(239,233,239); }

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

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

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

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

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

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

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