#EEE1ED

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

Shades of Selago #EEE1ED

Tints of Selago #EEE1ED

Color information

#EEE1ED (or 0xEEE1ED) is unknown color: approx Selago. HEX triplet: EE, E1 and ED. RGB value is (238,225,237). Sum of RGB (Red+Green+Blue) = 238+225+237=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1ED is #111E12. Grayscale: #E6E6E6. Windows color (decimal): -1121811 or 15589870. OLE color: 15589870.

HSL color Cylindrical-coordinate representation of color #EEE1ED: hue angle of 304.62º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEE1ED is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238225237-
CMYK00.050.000.07
HSL304.62º27.66%90.78%-
HSV(B)304.62º5.46%93.33%-
XYZ77.4778.1491.12-
YUV230.25131.81133.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 225 (88.28% from 255) = 32.14%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=34%
G=32.14%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822523700.050.000.07304.6227.6690.78
HexEEE1ED05071311c5b
Octal356341355050746134133
Binary11101110111000011110110101010111100110001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1ED; }

 p { color: rgb(238,225,237); }

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

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

 a { background-color: rgb(238,225,237); }

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

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

 span { border-color: rgb(238,225,237); }

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