#EFE0EE

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

Shades of Selago #EFE0EE

Tints of Selago #EFE0EE

Color information

#EFE0EE (or 0xEFE0EE) is unknown color: approx Selago. HEX triplet: EF, E0 and EE. RGB value is (239,224,238). Sum of RGB (Red+Green+Blue) = 239+224+238=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0EE is #101F11. Grayscale: #E6E6E6. Windows color (decimal): -1056530 or 15655151. OLE color: 15655151.

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

Color convert

RGB239224238-
CMYK00.060.000.06
HSL304º31.91%90.78%-
HSV(B)304º6.28%93.73%-
XYZ77.6877.8491.82-
YUV230.08132.47134.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 224 (87.89% from 255) = 31.95%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=34.09%
G=31.95%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922423800.060.000.0630431.9190.78
HexEFE0EE0606130205b
Octal357340356060646040133
Binary111011111110000011101110011001101001100001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0EE; }

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

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

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

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

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

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

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

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