#EFE6EE

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

Shades of Selago #EFE6EE

Tints of Selago #EFE6EE

Color information

#EFE6EE (or 0xEFE6EE) is unknown color: approx Selago. HEX triplet: EF, E6 and EE. RGB value is (239,230,238). Sum of RGB (Red+Green+Blue) = 239+230+238=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6EE is #101911. Grayscale: #E9E9E9. Windows color (decimal): -1054994 or 15656687. OLE color: 15656687.

HSL color Cylindrical-coordinate representation of color #EFE6EE: hue angle of 306.67º 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 #EFE6EE is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239230238-
CMYK00.040.000.06
HSL306.67º21.95%91.96%-
HSV(B)306.67º3.77%93.73%-
XYZ79.3381.1292.37-
YUV233.6130.48131.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 230 (90.23% from 255) = 32.53%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=33.80%
G=32.53%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923023800.040.000.06306.6721.9591.96
HexEFE6EE0406133165c
Octal357346356040646326134
Binary11101111111001101110111001000110100110011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6EE; }

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

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

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

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

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

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

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

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