#EDE1EA

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

Shades of Snuff #EDE1EA

Tints of Snuff #EDE1EA

Color information

#EDE1EA (or 0xEDE1EA) is unknown color: approx Snuff. HEX triplet: ED, E1 and EA. RGB value is (237,225,234). Sum of RGB (Red+Green+Blue) = 237+225+234=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1EA is #121E15. Grayscale: #E5E5E5. Windows color (decimal): -1187350 or 15393261. OLE color: 15393261.

HSL color Cylindrical-coordinate representation of color #EDE1EA: hue angle of 315º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE1EA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237225234-
CMYK00.050.010.07
HSL315º25%90.59%-
HSV(B)315º5.06%92.94%-
XYZ76.777.888.82-
YUV229.61130.48133.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 225 (88.28% from 255) = 32.33%
BLUE value IS 234 (91.80% from 255) = 33.62%
R=34.05%
G=32.33%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722523400.050.010.073152590.59
HexEDE1EA051713b195b
Octal355341352051747331133
Binary11101101111000011110101001011111100111011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1EA; }

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

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

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

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

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

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

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

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