#EDDFEC

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

Shades of Snuff #EDDFEC

Tints of Snuff #EDDFEC

Color information

#EDDFEC (or 0xEDDFEC) is unknown color: approx Snuff. HEX triplet: ED, DF and EC. RGB value is (237,223,236). Sum of RGB (Red+Green+Blue) = 237+223+236=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFEC is #122013. Grayscale: #E4E4E4. Windows color (decimal): -1187860 or 15523821. OLE color: 15523821.

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

Color convert

RGB237223236-
CMYK00.060.000.07
HSL304.29º28%90.2%-
HSV(B)304.29º5.91%92.94%-
XYZ76.4576.8490.16-
YUV228.67132.14133.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=34.05%
G=32.04%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722323600.060.000.07304.292890.2
HexEDDFEC06071301c5a
Octal355337354060746034132
Binary11101101110111111110110001100111100110000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFEC; }

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

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

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

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

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

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

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

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