#EDDFEA

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

Shades of Snuff #EDDFEA

Tints of Snuff #EDDFEA

Color information

#EDDFEA (or 0xEDDFEA) is unknown color: approx Snuff. HEX triplet: ED, DF and EA. RGB value is (237,223,234). Sum of RGB (Red+Green+Blue) = 237+223+234=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFEA is #122015. Grayscale: #E4E4E4. Windows color (decimal): -1187862 or 15392749. OLE color: 15392749.

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

Color convert

RGB237223234-
CMYK00.060.010.07
HSL312.86º28%90.2%-
HSV(B)312.86º5.91%92.94%-
XYZ76.1676.7288.64-
YUV228.44131.14134.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 234 (91.80% from 255) = 33.72%
R=34.15%
G=32.13%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722323400.060.010.07312.862890.2
HexEDDFEA06171391c5a
Octal355337352061747134132
Binary11101101110111111110101001101111100111001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFEA; }

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

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

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

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

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

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

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

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