#EDCCEC

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

Shades of Snuff #EDCCEC

Tints of Snuff #EDCCEC

Color information

#EDCCEC (or 0xEDCCEC) is unknown color: approx Snuff. HEX triplet: ED, CC and EC. RGB value is (237,204,236). Sum of RGB (Red+Green+Blue) = 237+204+236=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCEC is #123313. Grayscale: #D9D9D9. Windows color (decimal): -1192724 or 15518957. OLE color: 15518957.

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

Color convert

RGB237204236-
CMYK00.140.000.07
HSL301.82º47.83%86.47%-
HSV(B)301.82º13.92%92.94%-
XYZ71.6667.2588.56-
YUV217.52138.43141.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 204 (80.08% from 255) = 30.13%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=35.01%
G=30.13%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720423600.140.000.07301.8247.8386.47
HexEDCCEC0E0712e3056
Octal3553143540160745660126
Binary1110110111001100111011000111001111001011101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCEC; }

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

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

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

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

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

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

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

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