#EDDDEA

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

Shades of Snuff #EDDDEA

Tints of Snuff #EDDDEA

Color information

#EDDDEA (or 0xEDDDEA) is unknown color: approx Snuff. HEX triplet: ED, DD and EA. RGB value is (237,221,234). Sum of RGB (Red+Green+Blue) = 237+221+234=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDEA is #122215. Grayscale: #E3E3E3. Windows color (decimal): -1188374 or 15392237. OLE color: 15392237.

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

Color convert

RGB237221234-
CMYK00.070.010.07
HSL311.25º30.77%89.8%-
HSV(B)311.25º6.75%92.94%-
XYZ75.6375.6688.46-
YUV227.27131.8134.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=34.25%
G=31.94%
B=33.82%

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
Decimal23722123400.070.010.07311.2530.7789.8
HexEDDDEA07171371f5a
Octal355335352071746737132
Binary11101101110111011110101001111111100110111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDEA; }

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

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

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

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

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

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

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

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