#EFE6EF

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

Shades of Selago #EFE6EF

Tints of Selago #EFE6EF

Color information

#EFE6EF (or 0xEFE6EF) is unknown color: approx Selago. HEX triplet: EF, E6 and EF. RGB value is (239,230,239). Sum of RGB (Red+Green+Blue) = 239+230+239=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6EF is #101910. Grayscale: #E9E9E9. Windows color (decimal): -1054993 or 15722223. OLE color: 15722223.

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

Color convert

RGB239230239-
CMYK00.0400.06
HSL300º21.95%91.96%-
HSV(B)300º3.77%93.73%-
XYZ79.4781.1893.14-
YUV233.72130.98131.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 230 (90.23% from 255) = 32.49%
BLUE value IS 239 (93.75% from 255) = 33.76%
R=33.76%
G=32.49%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923023900.0400.0630021.9591.96
HexEFE6EF040612c165c
Octal357346357040645426134
Binary11101111111001101110111101000110100101100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6EF; }

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

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

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

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

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

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

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

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