#EDDFE9

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

Shades of Snuff #EDDFE9

Tints of Snuff #EDDFE9

Color information

#EDDFE9 (or 0xEDDFE9) is unknown color: approx Snuff. HEX triplet: ED, DF and E9. RGB value is (237,223,233). Sum of RGB (Red+Green+Blue) = 237+223+233=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFE9 is #122016. Grayscale: #E4E4E4. Windows color (decimal): -1187863 or 15327213. OLE color: 15327213.

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

Color convert

RGB237223233-
CMYK00.060.020.07
HSL317.14º28%90.2%-
HSV(B)317.14º5.91%92.94%-
XYZ76.0276.6687.88-
YUV228.33130.64134.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 233 (91.41% from 255) = 33.62%
R=34.20%
G=32.18%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722323300.060.020.07317.142890.2
HexEDDFE9062713d1c5a
Octal355337351062747534132
Binary111011011101111111101001011010111100111101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFE9; }

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

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

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

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

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

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

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

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