#EEDAF1

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

Shades of Selago #EEDAF1

Tints of Selago #EEDAF1

Color information

#EEDAF1 (or 0xEEDAF1) is unknown color: approx Selago. HEX triplet: EE, DA and F1. RGB value is (238,218,241). Sum of RGB (Red+Green+Blue) = 238+218+241=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF1 is #11250E. Grayscale: #E2E2E2. Windows color (decimal): -1123599 or 15850222. OLE color: 15850222.

HSL color Cylindrical-coordinate representation of color #EEDAF1: hue angle of 292.17º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDAF1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238218241-
CMYK0.010.1000.05
HSL292.17º45.1%90%-
HSV(B)292.17º9.54%94.51%-
XYZ76.2174.6793.62-
YUV226.6136.13136.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 241 (94.53% from 255) = 34.58%
R=34.15%
G=31.28%
B=34.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382182410.010.1000.05292.1745.190
HexEEDAF11A051242d5a
Octal3563323611120544455132
Binary1110111011011010111100011101001011001001001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAF1; }

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

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

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

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

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

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

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

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