#EDDCED

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

Shades of Selago #EDDCED

Tints of Selago #EDDCED

Color information

#EDDCED (or 0xEDDCED) is unknown color: approx Selago. HEX triplet: ED, DC and ED. RGB value is (237,220,237). Sum of RGB (Red+Green+Blue) = 237+220+237=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCED is #122312. Grayscale: #E2E2E2. Windows color (decimal): -1188627 or 15588589. OLE color: 15588589.

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

Color convert

RGB237220237-
CMYK00.0700.07
HSL300º32.08%89.61%-
HSV(B)300º7.17%92.94%-
XYZ75.875.3190.66-
YUV227.02133.63135.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=34.15%
G=31.70%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722023700.0700.0730032.0889.61
HexEDDCED070712c205a
Octal355334355070745440132
Binary111011011101110011101101011101111001011001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCED; }

 p { color: rgb(237,220,237); }

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

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

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

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

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

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

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