#EEDAF0

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

Shades of Selago #EEDAF0

Tints of Selago #EEDAF0

Color information

#EEDAF0 (or 0xEEDAF0) is unknown color: approx Selago. HEX triplet: EE, DA and F0. RGB value is (238,218,240). Sum of RGB (Red+Green+Blue) = 238+218+240=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF0 is #11250F. Grayscale: #E2E2E2. Windows color (decimal): -1123600 or 15784686. OLE color: 15784686.

HSL color Cylindrical-coordinate representation of color #EEDAF0: hue angle of 294.55º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDAF0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238218240-
CMYK0.010.0900.06
HSL294.55º42.31%89.8%-
HSV(B)294.55º9.17%94.12%-
XYZ76.0674.6192.83-
YUV226.49135.63136.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 240 (94.14% from 255) = 34.48%
R=34.20%
G=31.32%
B=34.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382182400.010.0900.06294.5542.3189.8
HexEEDAF019061272a5a
Octal3563323601110644752132
Binary1110111011011010111100001100101101001001111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAF0; }

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

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

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

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

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

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

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

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