#EFEAEE

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

Shades of Selago #EFEAEE

Tints of Selago #EFEAEE

Color information

#EFEAEE (or 0xEFEAEE) is unknown color: approx Selago. HEX triplet: EF, EA and EE. RGB value is (239,234,238). Sum of RGB (Red+Green+Blue) = 239+234+238=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAEE is #101511. Grayscale: #EBEBEB. Windows color (decimal): -1053970 or 15657711. OLE color: 15657711.

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

Color convert

RGB239234238-
CMYK00.020.000.06
HSL312º13.51%92.75%-
HSV(B)312º2.09%93.73%-
XYZ80.4583.3792.74-
YUV235.95129.16130.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=33.61%
G=32.91%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923423800.020.000.0631213.5192.75
HexEFEAEE0206138e5d
Octal357352356020647016135
Binary111011111110101011101110010011010011100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAEE; }

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

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

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

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

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

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

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

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