#EEE5EE

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

Shades of Selago #EEE5EE

Tints of Selago #EEE5EE

Color information

#EEE5EE (or 0xEEE5EE) is unknown color: approx Selago. HEX triplet: EE, E5 and EE. RGB value is (238,229,238). Sum of RGB (Red+Green+Blue) = 238+229+238=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5EE is #111A11. Grayscale: #E8E8E8. Windows color (decimal): -1120786 or 15656430. OLE color: 15656430.

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

Color convert

RGB238229238-
CMYK00.0400.07
HSL300º20.93%91.57%-
HSV(B)300º3.78%93.33%-
XYZ78.7180.3992.26-
YUV232.72130.98131.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 229 (89.84% from 255) = 32.48%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=33.76%
G=32.48%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822923800.0400.0730020.9391.57
HexEEE5EE040712c155c
Octal356345356040745425134
Binary11101110111001011110111001000111100101100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5EE; }

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

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

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

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

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

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

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

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