#EEDDF1

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

Shades of Selago #EEDDF1

Tints of Selago #EEDDF1

Color information

#EEDDF1 (or 0xEEDDF1) is unknown color: approx Selago. HEX triplet: EE, DD and F1. RGB value is (238,221,241). Sum of RGB (Red+Green+Blue) = 238+221+241=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDF1 is #11220E. Grayscale: #E4E4E4. Windows color (decimal): -1122831 or 15850990. OLE color: 15850990.

HSL color Cylindrical-coordinate representation of color #EEDDF1: hue angle of 291º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDDF1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238221241-
CMYK0.010.0800.05
HSL291º41.67%90.59%-
HSV(B)291º8.3%94.51%-
XYZ76.9976.2493.88-
YUV228.36135.13134.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=34%
G=31.57%
B=34.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382212410.010.0800.0529141.6790.59
HexEEDDF118051232a5b
Octal3563353611100544352133
Binary1110111011011101111100011100001011001000111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDF1; }

 p { color: rgb(238,221,241); }

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

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

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

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

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

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

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