#EEE5ED

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

Shades of Selago #EEE5ED

Tints of Selago #EEE5ED

Color information

#EEE5ED (or 0xEEE5ED) is unknown color: approx Selago. HEX triplet: EE, E5 and ED. RGB value is (238,229,237). Sum of RGB (Red+Green+Blue) = 238+229+237=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5ED is #111A12. Grayscale: #E8E8E8. Windows color (decimal): -1120787 or 15590894. OLE color: 15590894.

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

Color convert

RGB238229237-
CMYK00.040.000.07
HSL306.67º20.93%91.57%-
HSV(B)306.67º3.78%93.33%-
XYZ78.5780.3391.49-
YUV232.6130.48131.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 229 (89.84% from 255) = 32.53%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=33.81%
G=32.53%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822923700.040.000.07306.6720.9391.57
HexEEE5ED0407133155c
Octal356345355040746325134
Binary11101110111001011110110101000111100110011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5ED; }

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

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

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

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

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

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

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

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