#EDDCE9

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

Shades of Snuff #EDDCE9

Tints of Snuff #EDDCE9

Color information

#EDDCE9 (or 0xEDDCE9) is unknown color: approx Snuff. HEX triplet: ED, DC and E9. RGB value is (237,220,233). Sum of RGB (Red+Green+Blue) = 237+220+233=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCE9 is #122316. Grayscale: #E2E2E2. Windows color (decimal): -1188631 or 15326445. OLE color: 15326445.

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

Color convert

RGB237220233-
CMYK00.070.020.07
HSL314.12º32.08%89.61%-
HSV(B)314.12º7.17%92.94%-
XYZ75.2375.0787.62-
YUV226.56131.63135.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 233 (91.41% from 255) = 33.77%
R=34.35%
G=31.88%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722023300.070.020.07314.1232.0889.61
HexEDDCE9072713a205a
Octal355334351072747240132
Binary1110110111011100111010010111101111001110101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCE9; }

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

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

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

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

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

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

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

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