#EDC1ED

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

Shades of Snuff #EDC1ED

Tints of Snuff #EDC1ED

Color information

#EDC1ED (or 0xEDC1ED) is unknown color: approx Snuff. HEX triplet: ED, C1 and ED. RGB value is (237,193,237). Sum of RGB (Red+Green+Blue) = 237+193+237=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1ED is #123E12. Grayscale: #D3D3D3. Windows color (decimal): -1195539 or 15581677. OLE color: 15581677.

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

Color convert

RGB237193237-
CMYK00.1900.07
HSL300º55%84.31%-
HSV(B)300º18.57%92.94%-
XYZ69.2862.2688.49-
YUV211.17142.58146.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 193 (75.78% from 255) = 28.94%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=35.53%
G=28.94%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719323700.1900.073005584.31
HexEDC1ED0130712c3754
Octal3553013550230745467124
Binary11101101110000011110110101001101111001011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC1ED; }

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

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

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

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

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

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

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

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