#EDC2ED

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

Shades of Snuff #EDC2ED

Tints of Snuff #EDC2ED

Color information

#EDC2ED (or 0xEDC2ED) is unknown color: approx Snuff. HEX triplet: ED, C2 and ED. RGB value is (237,194,237). Sum of RGB (Red+Green+Blue) = 237+194+237=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2ED is #123D12. Grayscale: #D3D3D3. Windows color (decimal): -1195283 or 15581933. OLE color: 15581933.

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

Color convert

RGB237194237-
CMYK00.1800.07
HSL300º54.43%84.51%-
HSV(B)300º18.14%92.94%-
XYZ69.562.788.56-
YUV211.76142.25146-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 194 (76.17% from 255) = 29.04%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=35.48%
G=29.04%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719423700.1800.0730054.4384.51
HexEDC2ED0120712c3655
Octal3553023550220745466125
Binary11101101110000101110110101001001111001011001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC2ED; }

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

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

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

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

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

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

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

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