#ECD0E5

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

Shades of Snuff #ECD0E5

Tints of Snuff #ECD0E5

Color information

#ECD0E5 (or 0xECD0E5) is unknown color: approx Snuff. HEX triplet: EC, D0 and E5. RGB value is (236,208,229). Sum of RGB (Red+Green+Blue) = 236+208+229=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0E5 is #132F1A. Grayscale: #DADADA. Windows color (decimal): -1257243 or 15061228. OLE color: 15061228.

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

Color convert

RGB236208229-
CMYK00.120.030.07
HSL315º42.42%87.06%-
HSV(B)315º11.86%92.55%-
XYZ71.2968.683.61-
YUV218.77133.78140.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 208 (81.64% from 255) = 30.91%
BLUE value IS 229 (89.84% from 255) = 34.03%
R=35.07%
G=30.91%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620822900.120.030.0731542.4287.06
HexECD0E50C3713b2a57
Octal3543203450143747352127
Binary11101100110100001110010101100111111001110111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0E5; }

 p { color: rgb(236,208,229); }

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

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

 a { background-color: rgb(236,208,229); }

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

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

 span { border-color: rgb(236,208,229); }

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