#EDCCEA

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

Shades of Snuff #EDCCEA

Tints of Snuff #EDCCEA

Color information

#EDCCEA (or 0xEDCCEA) is unknown color: approx Snuff. HEX triplet: ED, CC and EA. RGB value is (237,204,234). Sum of RGB (Red+Green+Blue) = 237+204+234=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCEA is #123315. Grayscale: #D9D9D9. Windows color (decimal): -1192726 or 15387885. OLE color: 15387885.

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

Color convert

RGB237204234-
CMYK00.140.010.07
HSL305.45º47.83%86.47%-
HSV(B)305.45º13.92%92.94%-
XYZ71.3767.1387.04-
YUV217.29137.43142.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=35.11%
G=30.22%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720423400.140.010.07305.4547.8386.47
HexEDCCEA0E171313056
Octal3553143520161746160126
Binary1110110111001100111010100111011111001100011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCEA; }

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

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

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

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

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

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

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

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