#EDDCEA

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

Shades of Snuff #EDDCEA

Tints of Snuff #EDDCEA

Color information

#EDDCEA (or 0xEDDCEA) is unknown color: approx Snuff. HEX triplet: ED, DC and EA. RGB value is (237,220,234). Sum of RGB (Red+Green+Blue) = 237+220+234=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCEA is #122315. Grayscale: #E2E2E2. Windows color (decimal): -1188630 or 15391981. OLE color: 15391981.

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

Color convert

RGB237220234-
CMYK00.070.010.07
HSL310.59º32.08%89.61%-
HSV(B)310.59º7.17%92.94%-
XYZ75.3775.1388.37-
YUV226.68132.13135.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=34.30%
G=31.84%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722023400.070.010.07310.5932.0889.61
HexEDDCEA0717137205a
Octal355334352071746740132
Binary111011011101110011101010011111111001101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCEA; }

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

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

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

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

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

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

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

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