#EED7F3

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

Shades of Selago #EED7F3

Tints of Selago #EED7F3

Color information

#EED7F3 (or 0xEED7F3) is unknown color: approx Selago. HEX triplet: EE, D7 and F3. RGB value is (238,215,243). Sum of RGB (Red+Green+Blue) = 238+215+243=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7F3 is #11280C. Grayscale: #E0E0E0. Windows color (decimal): -1124365 or 15980526. OLE color: 15980526.

HSL color Cylindrical-coordinate representation of color #EED7F3: hue angle of 289.29º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED7F3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238215243-
CMYK0.020.1200.05
HSL289.29º53.85%89.8%-
HSV(B)289.29º11.52%95.29%-
XYZ75.7473.2594.94-
YUV225.07138.12137.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 215 (84.38% from 255) = 30.89%
BLUE value IS 243 (95.31% from 255) = 34.91%
R=34.20%
G=30.89%
B=34.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382152430.020.1200.05289.2953.8589.8
HexEED7F32C05121365a
Octal3563273632140544166132
Binary11101110110101111111001110110001011001000011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7F3; }

 p { color: rgb(238,215,243); }

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

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

 a { background-color: rgb(238,215,243); }

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

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

 span { border-color: rgb(238,215,243); }

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