#EFE3EF

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

Shades of Selago #EFE3EF

Tints of Selago #EFE3EF

Color information

#EFE3EF (or 0xEFE3EF) is unknown color: approx Selago. HEX triplet: EF, E3 and EF. RGB value is (239,227,239). Sum of RGB (Red+Green+Blue) = 239+227+239=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 227 (89.06% from 255 or 32.20% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3EF is #101C10. Grayscale: #E7E7E7. Windows color (decimal): -1055761 or 15721455. OLE color: 15721455.

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

Color convert

RGB239227239-
CMYK00.0500.06
HSL300º27.27%91.37%-
HSV(B)300º5.02%93.73%-
XYZ78.6579.5292.87-
YUV231.96131.98133.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 227 (89.06% from 255) = 32.20%
BLUE value IS 239 (93.75% from 255) = 33.90%
R=33.90%
G=32.20%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922723900.0500.0630027.2791.37
HexEFE3EF050612c1b5b
Octal357343357050645433133
Binary11101111111000111110111101010110100101100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3EF; }

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

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

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

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

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

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

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

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