#EDCBEA

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

Shades of Snuff #EDCBEA

Tints of Snuff #EDCBEA

Color information

#EDCBEA (or 0xEDCBEA) is unknown color: approx Snuff. HEX triplet: ED, CB and EA. RGB value is (237,203,234). Sum of RGB (Red+Green+Blue) = 237+203+234=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBEA is #123415. Grayscale: #D8D8D8. Windows color (decimal): -1192982 or 15387629. OLE color: 15387629.

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

Color convert

RGB237203234-
CMYK00.140.010.07
HSL305.29º48.57%86.27%-
HSV(B)305.29º14.35%92.94%-
XYZ71.1366.6686.96-
YUV216.7137.76142.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 203 (79.69% from 255) = 30.12%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=35.16%
G=30.12%
B=34.72%

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
Decimal23720323400.140.010.07305.2948.5786.27
HexEDCBEA0E171313156
Octal3553133520161746161126
Binary1110110111001011111010100111011111001100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBEA; }

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

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

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

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

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

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

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

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