#EEE0EF

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

Shades of Selago #EEE0EF

Tints of Selago #EEE0EF

Color information

#EEE0EF (or 0xEEE0EF) is unknown color: approx Selago. HEX triplet: EE, E0 and EF. RGB value is (238,224,239). Sum of RGB (Red+Green+Blue) = 238+224+239=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEE0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0EF is #111F10. Grayscale: #E5E5E5. Windows color (decimal): -1122065 or 15720686. OLE color: 15720686.

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

Color convert

RGB238224239-
CMYK0.000.0600.06
HSL296º31.91%90.78%-
HSV(B)296º6.28%93.73%-
XYZ77.577.7292.58-
YUV229.9133.14133.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382242390.000.0600.0629631.9190.78
HexEEE0EF0606128205b
Octal356340357060645040133
Binary111011101110000011101111011001101001010001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0EF; }

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

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

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

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

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

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

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

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