#EEDFED

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

Shades of Selago #EEDFED

Tints of Selago #EEDFED

Color information

#EEDFED (or 0xEEDFED) is unknown color: approx Selago. HEX triplet: EE, DF and ED. RGB value is (238,223,237). Sum of RGB (Red+Green+Blue) = 238+223+237=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFED is #112012. Grayscale: #E5E5E5. Windows color (decimal): -1122323 or 15589358. OLE color: 15589358.

HSL color Cylindrical-coordinate representation of color #EEDFED: hue angle of 304º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEDFED is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238223237-
CMYK00.060.000.07
HSL304º30.61%90.39%-
HSV(B)304º6.3%93.33%-
XYZ76.9377.0790.94-
YUV229.08132.47134.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=34.10%
G=31.95%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822323700.060.000.0730430.6190.39
HexEEDFED06071301f5a
Octal356337355060746037132
Binary11101110110111111110110101100111100110000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFED; }

 p { color: rgb(238,223,237); }

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

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

 a { background-color: rgb(238,223,237); }

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

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

 span { border-color: rgb(238,223,237); }

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