#EFEBEF

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

Shades of Selago #EFEBEF

Tints of Selago #EFEBEF

Color information

#EFEBEF (or 0xEFEBEF) is unknown color: approx Selago. HEX triplet: EF, EB and EF. RGB value is (239,235,239). Sum of RGB (Red+Green+Blue) = 239+235+239=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFEBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBEF is #101410. Grayscale: #ECECEC. Windows color (decimal): -1053713 or 15723503. OLE color: 15723503.

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

Color convert

RGB239235239-
CMYK00.0200.06
HSL300º11.11%92.94%-
HSV(B)300º1.67%93.73%-
XYZ80.888493.61-
YUV236.65129.33129.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 235 (92.19% from 255) = 32.96%
BLUE value IS 239 (93.75% from 255) = 33.52%
R=33.52%
G=32.96%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923523900.0200.0630011.1192.94
HexEFEBEF020612cb5d
Octal357353357020645413135
Binary111011111110101111101111010011010010110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBEF; }

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

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

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

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

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

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

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

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