#EEDFEF

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

Shades of Selago #EEDFEF

Tints of Selago #EEDFEF

Color information

#EEDFEF (or 0xEEDFEF) is unknown color: approx Selago. HEX triplet: EE, DF and EF. RGB value is (238,223,239). Sum of RGB (Red+Green+Blue) = 238+223+239=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFEF is #112010. Grayscale: #E5E5E5. Windows color (decimal): -1122321 or 15720430. OLE color: 15720430.

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

Color convert

RGB238223239-
CMYK0.000.0700.06
HSL296.25º33.33%90.59%-
HSV(B)296.25º6.69%93.73%-
XYZ77.2377.1892.49-
YUV229.31133.47134.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 239 (93.75% from 255) = 34.14%
R=34%
G=31.86%
B=34.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382232390.000.0700.06296.2533.3390.59
HexEEDFEF0706128215b
Octal356337357070645041133
Binary111011101101111111101111011101101001010001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFEF; }

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

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

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

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

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

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

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

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