#EDDCE8

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

Shades of Snuff #EDDCE8

Tints of Snuff #EDDCE8

Color information

#EDDCE8 (or 0xEDDCE8) is unknown color: approx Snuff. HEX triplet: ED, DC and E8. RGB value is (237,220,232). Sum of RGB (Red+Green+Blue) = 237+220+232=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCE8 is #122317. Grayscale: #E2E2E2. Windows color (decimal): -1188632 or 15260909. OLE color: 15260909.

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

Color convert

RGB237220232-
CMYK00.070.020.07
HSL317.65º32.08%89.61%-
HSV(B)317.65º7.17%92.94%-
XYZ75.0875.0286.87-
YUV226.45131.13135.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 220 (86.33% from 255) = 31.93%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=34.40%
G=31.93%
B=33.67%

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
Decimal23722023200.070.020.07317.6532.0889.61
HexEDDCE8072713e205a
Octal355334350072747640132
Binary1110110111011100111010000111101111001111101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCE8; }

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

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

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

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

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

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

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

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