#EEE1EE

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

Shades of Selago #EEE1EE

Tints of Selago #EEE1EE

Color information

#EEE1EE (or 0xEEE1EE) is unknown color: approx Selago. HEX triplet: EE, E1 and EE. RGB value is (238,225,238). Sum of RGB (Red+Green+Blue) = 238+225+238=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1EE is #111E11. Grayscale: #E6E6E6. Windows color (decimal): -1121810 or 15655406. OLE color: 15655406.

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

Color convert

RGB238225238-
CMYK00.0500.07
HSL300º27.66%90.78%-
HSV(B)300º5.46%93.33%-
XYZ77.6278.291.89-
YUV230.37132.31133.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 225 (88.28% from 255) = 32.10%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=33.95%
G=32.10%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822523800.0500.0730027.6690.78
HexEEE1EE050712c1c5b
Octal356341356050745434133
Binary11101110111000011110111001010111100101100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1EE; }

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

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

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

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

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

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

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

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