#EDC4EC

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

Shades of Snuff #EDC4EC

Tints of Snuff #EDC4EC

Color information

#EDC4EC (or 0xEDC4EC) is unknown color: approx Snuff. HEX triplet: ED, C4 and EC. RGB value is (237,196,236). Sum of RGB (Red+Green+Blue) = 237+196+236=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4EC is #123B13. Grayscale: #D4D4D4. Windows color (decimal): -1194772 or 15516909. OLE color: 15516909.

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

Color convert

RGB237196236-
CMYK00.170.000.07
HSL301.46º53.25%84.9%-
HSV(B)301.46º17.3%92.94%-
XYZ69.8163.5487.94-
YUV212.82141.08145.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 196 (76.95% from 255) = 29.30%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=35.43%
G=29.30%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719623600.170.000.07301.4653.2584.9
HexEDC4EC0110712d3555
Octal3553043540210745565125
Binary11101101110001001110110001000101111001011011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4EC; }

 p { color: rgb(237,196,236); }

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

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

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

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

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

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

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