#EEE2ED

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

Shades of Selago #EEE2ED

Tints of Selago #EEE2ED

Color information

#EEE2ED (or 0xEEE2ED) is unknown color: approx Selago. HEX triplet: EE, E2 and ED. RGB value is (238,226,237). Sum of RGB (Red+Green+Blue) = 238+226+237=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2ED is #111D12. Grayscale: #E6E6E6. Windows color (decimal): -1121555 or 15590126. OLE color: 15590126.

HSL color Cylindrical-coordinate representation of color #EEE2ED: hue angle of 305º degrees, saturation: 0.26, 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 #EEE2ED is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238226237-
CMYK00.050.000.07
HSL305º26.09%90.98%-
HSV(B)305º5.04%93.33%-
XYZ77.7478.6891.21-
YUV230.84131.48133.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 226 (88.67% from 255) = 32.24%
BLUE value IS 237 (92.97% from 255) = 33.81%
R=33.95%
G=32.24%
B=33.81%

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
Decimal23822623700.050.000.0730526.0990.98
HexEEE2ED05071311a5b
Octal356342355050746132133
Binary11101110111000101110110101010111100110001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2ED; }

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

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

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

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

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

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

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

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