#EEDDEF

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

Shades of Selago #EEDDEF

Tints of Selago #EEDDEF

Color information

#EEDDEF (or 0xEEDDEF) is unknown color: approx Selago. HEX triplet: EE, DD and EF. RGB value is (238,221,239). Sum of RGB (Red+Green+Blue) = 238+221+239=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDEF is #112210. Grayscale: #E4E4E4. Windows color (decimal): -1122833 or 15719918. OLE color: 15719918.

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

Color convert

RGB238221239-
CMYK0.000.0800.06
HSL296.67º36%90.2%-
HSV(B)296.67º7.53%93.73%-
XYZ76.776.1292.31-
YUV228.14134.13135.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 221 (86.72% from 255) = 31.66%
BLUE value IS 239 (93.75% from 255) = 34.24%
R=34.10%
G=31.66%
B=34.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382212390.000.0800.06296.673690.2
HexEEDDEF0806129245a
Octal3563353570100645144132
Binary1110111011011101111011110100001101001010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDEF; }

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

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

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

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

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

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

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

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