#EFE7EE

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

Shades of Selago #EFE7EE

Tints of Selago #EFE7EE

Color information

#EFE7EE (or 0xEFE7EE) is unknown color: approx Selago. HEX triplet: EF, E7 and EE. RGB value is (239,231,238). Sum of RGB (Red+Green+Blue) = 239+231+238=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7EE is #101811. Grayscale: #EAEAEA. Windows color (decimal): -1054738 or 15656943. OLE color: 15656943.

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

Color convert

RGB239231238-
CMYK00.030.000.06
HSL307.5º20%92.16%-
HSV(B)307.5º3.35%93.73%-
XYZ79.6181.6892.46-
YUV234.19130.15131.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 231 (90.62% from 255) = 32.63%
BLUE value IS 238 (93.36% from 255) = 33.62%
R=33.76%
G=32.63%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923123800.030.000.06307.52092.16
HexEFE7EE0306134145c
Octal357347356030646424134
Binary1110111111100111111011100110110100110100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7EE; }

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

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

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

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

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

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

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

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