#EFE7EF

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

Shades of Selago #EFE7EF

Tints of Selago #EFE7EF

Color information

#EFE7EF (or 0xEFE7EF) is unknown color: approx Selago. HEX triplet: EF, E7 and EF. RGB value is (239,231,239). Sum of RGB (Red+Green+Blue) = 239+231+239=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7EF is #101810. Grayscale: #EAEAEA. Windows color (decimal): -1054737 or 15722479. OLE color: 15722479.

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

Color convert

RGB239231239-
CMYK00.0300.06
HSL300º20%92.16%-
HSV(B)300º3.35%93.73%-
XYZ79.7581.7393.23-
YUV234.3130.65131.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.71%
GREEN value IS 231 (90.62% from 255) = 32.58%
BLUE value IS 239 (93.75% from 255) = 33.71%
R=33.71%
G=32.58%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923123900.0300.063002092.16
HexEFE7EF030612c145c
Octal357347357030645424134
Binary1110111111100111111011110110110100101100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7EF; }

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

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

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

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

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

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

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

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