#EEDEF1

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

Shades of Selago #EEDEF1

Tints of Selago #EEDEF1

Color information

#EEDEF1 (or 0xEEDEF1) is unknown color: approx Selago. HEX triplet: EE, DE and F1. RGB value is (238,222,241). Sum of RGB (Red+Green+Blue) = 238+222+241=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEF1 is #11210E. Grayscale: #E4E4E4. Windows color (decimal): -1122575 or 15851246. OLE color: 15851246.

HSL color Cylindrical-coordinate representation of color #EEDEF1: hue angle of 290.53º degrees, saturation: 0.4, 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 #EEDEF1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238222241-
CMYK0.010.0800.05
HSL290.53º40.43%90.78%-
HSV(B)290.53º7.88%94.51%-
XYZ77.2676.7793.97-
YUV228.95134.8134.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 222 (87.11% from 255) = 31.67%
BLUE value IS 241 (94.53% from 255) = 34.38%
R=33.95%
G=31.67%
B=34.38%

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
Decimal2382222410.010.0800.05290.5340.4390.78
HexEEDEF11805123285b
Octal3563363611100544350133
Binary1110111011011110111100011100001011001000111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEF1; }

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

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

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

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

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

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

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

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