#EDE0EA

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

Shades of Snuff #EDE0EA

Tints of Snuff #EDE0EA

Color information

#EDE0EA (or 0xEDE0EA) is unknown color: approx Snuff. HEX triplet: ED, E0 and EA. RGB value is (237,224,234). Sum of RGB (Red+Green+Blue) = 237+224+234=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0EA is #121F15. Grayscale: #E5E5E5. Windows color (decimal): -1187606 or 15393005. OLE color: 15393005.

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

Color convert

RGB237224234-
CMYK00.050.010.07
HSL313.85º26.53%90.39%-
HSV(B)313.85º5.49%92.94%-
XYZ76.4377.2688.73-
YUV229.03130.81133.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 224 (87.89% from 255) = 32.23%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=34.10%
G=32.23%
B=33.67%

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
Decimal23722423400.050.010.07313.8526.5390.39
HexEDE0EA051713a1b5a
Octal355340352051747233132
Binary11101101111000001110101001011111100111010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0EA; }

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

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

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

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

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

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

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

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