#EDC0ED

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

Shades of Snuff #EDC0ED

Tints of Snuff #EDC0ED

Color information

#EDC0ED (or 0xEDC0ED) is unknown color: approx Snuff. HEX triplet: ED, C0 and ED. RGB value is (237,192,237). Sum of RGB (Red+Green+Blue) = 237+192+237=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0ED is #123F12. Grayscale: #D2D2D2. Windows color (decimal): -1195795 or 15581421. OLE color: 15581421.

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

Color convert

RGB237192237-
CMYK00.1900.07
HSL300º55.56%84.12%-
HSV(B)300º18.99%92.94%-
XYZ69.0661.8288.41-
YUV210.58142.91146.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 192 (75.39% from 255) = 28.83%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=35.59%
G=28.83%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719223700.1900.0730055.5684.12
HexEDC0ED0130712c3854
Octal3553003550230745470124
Binary11101101110000001110110101001101111001011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0ED; }

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

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

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

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

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

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

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

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