#EDCAEC

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

Shades of Snuff #EDCAEC

Tints of Snuff #EDCAEC

Color information

#EDCAEC (or 0xEDCAEC) is unknown color: approx Snuff. HEX triplet: ED, CA and EC. RGB value is (237,202,236). Sum of RGB (Red+Green+Blue) = 237+202+236=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAEC is #123513. Grayscale: #D8D8D8. Windows color (decimal): -1193236 or 15518445. OLE color: 15518445.

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

Color convert

RGB237202236-
CMYK00.150.000.07
HSL301.71º49.3%86.08%-
HSV(B)301.71º14.77%92.94%-
XYZ71.1966.388.4-
YUV216.34139.1142.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=35.11%
G=29.93%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720223600.150.000.07301.7149.386.08
HexEDCAEC0F0712e3156
Octal3553123540170745661126
Binary1110110111001010111011000111101111001011101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAEC; }

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

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

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

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

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

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

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

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