#EED7F1

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

Shades of Selago #EED7F1

Tints of Selago #EED7F1

Color information

#EED7F1 (or 0xEED7F1) is unknown color: approx Selago. HEX triplet: EE, D7 and F1. RGB value is (238,215,241). Sum of RGB (Red+Green+Blue) = 238+215+241=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7F1 is #11280E. Grayscale: #E0E0E0. Windows color (decimal): -1124367 or 15849454. OLE color: 15849454.

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

Color convert

RGB238215241-
CMYK0.010.1100.05
HSL293.08º48.15%89.41%-
HSV(B)293.08º10.79%94.51%-
XYZ75.4473.1393.36-
YUV224.84137.12137.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 215 (84.38% from 255) = 30.98%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=34.29%
G=30.98%
B=34.73%

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
Decimal2382152410.010.1100.05293.0848.1589.41
HexEED7F11B051253059
Octal3563273611130544560131
Binary1110111011010111111100011101101011001001011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7F1; }

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

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

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

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

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

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

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

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