#EEDEEE

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

Shades of Selago #EEDEEE

Tints of Selago #EEDEEE

Color information

#EEDEEE (or 0xEEDEEE) is unknown color: approx Selago. HEX triplet: EE, DE and EE. RGB value is (238,222,238). Sum of RGB (Red+Green+Blue) = 238+222+238=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEE is #112111. Grayscale: #E4E4E4. Windows color (decimal): -1122578 or 15654638. OLE color: 15654638.

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

Color convert

RGB238222238-
CMYK00.0700.07
HSL300º32%90.2%-
HSV(B)300º6.72%93.33%-
XYZ76.8176.5991.62-
YUV228.61133.3134.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=34.10%
G=31.81%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822223800.0700.073003290.2
HexEEDEEE070712c205a
Octal356336356070745440132
Binary111011101101111011101110011101111001011001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEEE; }

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

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

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

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

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

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

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

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