#EEDAF2

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

Shades of Selago #EEDAF2

Tints of Selago #EEDAF2

Color information

#EEDAF2 (or 0xEEDAF2) is unknown color: approx Selago. HEX triplet: EE, DA and F2. RGB value is (238,218,242). Sum of RGB (Red+Green+Blue) = 238+218+242=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF2 is #11250D. Grayscale: #E2E2E2. Windows color (decimal): -1123598 or 15915758. OLE color: 15915758.

HSL color Cylindrical-coordinate representation of color #EEDAF2: hue angle of 290º degrees, saturation: 0.48, 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 #EEDAF2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238218242-
CMYK0.020.1000.05
HSL290º48%90.2%-
HSV(B)290º9.92%94.9%-
XYZ76.3674.7394.4-
YUV226.72136.63136.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 242 (94.92% from 255) = 34.67%
R=34.10%
G=31.23%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382182420.020.1000.052904890.2
HexEEDAF22A05122305a
Octal3563323622120544260132
Binary11101110110110101111001010101001011001000101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAF2; }

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

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

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

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

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

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

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

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