#EED6F1

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

Shades of Selago #EED6F1

Tints of Selago #EED6F1

Color information

#EED6F1 (or 0xEED6F1) is unknown color: approx Selago. HEX triplet: EE, D6 and F1. RGB value is (238,214,241). Sum of RGB (Red+Green+Blue) = 238+214+241=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6F1 is #11290E. Grayscale: #E0E0E0. Windows color (decimal): -1124623 or 15849198. OLE color: 15849198.

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

Color convert

RGB238214241-
CMYK0.010.1100.05
HSL293.33º49.09%89.22%-
HSV(B)293.33º11.2%94.51%-
XYZ75.1872.6293.27-
YUV224.25137.45137.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 214 (83.98% from 255) = 30.88%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=34.34%
G=30.88%
B=34.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382142410.010.1100.05293.3349.0989.22
HexEED6F11B051253159
Octal3563263611130544561131
Binary1110111011010110111100011101101011001001011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6F1; }

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

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

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

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

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

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

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

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