#EED6F3

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

Shades of Selago #EED6F3

Tints of Selago #EED6F3

Color information

#EED6F3 (or 0xEED6F3) is unknown color: approx Selago. HEX triplet: EE, D6 and F3. RGB value is (238,214,243). Sum of RGB (Red+Green+Blue) = 238+214+243=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 214 (83.98% from 255 or 30.79% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6F3 is #11290C. Grayscale: #E0E0E0. Windows color (decimal): -1124621 or 15980270. OLE color: 15980270.

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

Color convert

RGB238214243-
CMYK0.020.1200.05
HSL289.66º54.72%89.61%-
HSV(B)289.66º11.93%95.29%-
XYZ75.4872.7494.86-
YUV224.48138.45137.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 214 (83.98% from 255) = 30.79%
BLUE value IS 243 (95.31% from 255) = 34.96%
R=34.24%
G=30.79%
B=34.96%

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
Decimal2382142430.020.1200.05289.6654.7289.61
HexEED6F32C05122375a
Octal3563263632140544267132
Binary11101110110101101111001110110001011001000101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6F3; }

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

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

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

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

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

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

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

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