#EEDCEF

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

Shades of Selago #EEDCEF

Tints of Selago #EEDCEF

Color information

#EEDCEF (or 0xEEDCEF) is unknown color: approx Selago. HEX triplet: EE, DC and EF. RGB value is (238,220,239). Sum of RGB (Red+Green+Blue) = 238+220+239=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCEF is #112310. Grayscale: #E3E3E3. Windows color (decimal): -1123089 or 15719662. OLE color: 15719662.

HSL color Cylindrical-coordinate representation of color #EEDCEF: hue angle of 296.84º degrees, saturation: 0.37, 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 #EEDCEF is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238220239-
CMYK0.000.0800.06
HSL296.84º37.25%90%-
HSV(B)296.84º7.95%93.73%-
XYZ76.4375.692.22-
YUV227.55134.46135.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 220 (86.33% from 255) = 31.56%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=34.15%
G=31.56%
B=34.29%

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
Decimal2382202390.000.0800.06296.8437.2590
HexEEDCEF0806129255a
Octal3563343570100645145132
Binary1110111011011100111011110100001101001010011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCEF; }

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

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

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

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

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

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

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

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