#EFE4EE

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

Shades of Selago #EFE4EE

Tints of Selago #EFE4EE

Color information

#EFE4EE (or 0xEFE4EE) is unknown color: approx Selago. HEX triplet: EF, E4 and EE. RGB value is (239,228,238). Sum of RGB (Red+Green+Blue) = 239+228+238=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4EE is #101B11. Grayscale: #E8E8E8. Windows color (decimal): -1055506 or 15656175. OLE color: 15656175.

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

Color convert

RGB239228238-
CMYK00.050.000.06
HSL305.45º25.58%91.57%-
HSV(B)305.45º4.6%93.73%-
XYZ78.7780.0192.18-
YUV232.43131.14132.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 228 (89.45% from 255) = 32.34%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=33.90%
G=32.34%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922823800.050.000.06305.4525.5891.57
HexEFE4EE05061311a5c
Octal357344356050646132134
Binary11101111111001001110111001010110100110001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4EE; }

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

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

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

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

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

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

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

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