#EDC1EC

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

Shades of Snuff #EDC1EC

Tints of Snuff #EDC1EC

Color information

#EDC1EC (or 0xEDC1EC) is unknown color: approx Snuff. HEX triplet: ED, C1 and EC. RGB value is (237,193,236). Sum of RGB (Red+Green+Blue) = 237+193+236=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1EC is #123E13. Grayscale: #D2D2D2. Windows color (decimal): -1195540 or 15516141. OLE color: 15516141.

HSL color Cylindrical-coordinate representation of color #EDC1EC: hue angle of 301.36º degrees, saturation: 0.55, 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 #EDC1EC is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237193236-
CMYK00.190.000.07
HSL301.36º55%84.31%-
HSV(B)301.36º18.57%92.94%-
XYZ69.1462.287.72-
YUV211.06142.08146.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 193 (75.78% from 255) = 28.98%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=35.59%
G=28.98%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719323600.190.000.07301.365584.31
HexEDC1EC0130712d3754
Octal3553013540230745567124
Binary11101101110000011110110001001101111001011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC1EC; }

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

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

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

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

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

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

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

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