#EED8F3

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

Shades of Selago #EED8F3

Tints of Selago #EED8F3

Color information

#EED8F3 (or 0xEED8F3) is unknown color: approx Selago. HEX triplet: EE, D8 and F3. RGB value is (238,216,243). Sum of RGB (Red+Green+Blue) = 238+216+243=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8F3 is #11270C. Grayscale: #E1E1E1. Windows color (decimal): -1124109 or 15980782. OLE color: 15980782.

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

Color convert

RGB238216243-
CMYK0.020.1100.05
HSL288.89º52.94%90%-
HSV(B)288.89º11.11%95.29%-
XYZ75.9973.7695.03-
YUV225.66137.79136.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 216 (84.77% from 255) = 30.99%
BLUE value IS 243 (95.31% from 255) = 34.86%
R=34.15%
G=30.99%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382162430.020.1100.05288.8952.9490
HexEED8F32B05121355a
Octal3563303632130544165132
Binary11101110110110001111001110101101011001000011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8F3; }

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

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

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

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

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

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

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

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