#ECD0EA

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

Shades of Snuff #ECD0EA

Tints of Snuff #ECD0EA

Color information

#ECD0EA (or 0xECD0EA) is unknown color: approx Snuff. HEX triplet: EC, D0 and EA. RGB value is (236,208,234). Sum of RGB (Red+Green+Blue) = 236+208+234=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0EA is #132F15. Grayscale: #DBDBDB. Windows color (decimal): -1257238 or 15388908. OLE color: 15388908.

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

Color convert

RGB236208234-
CMYK00.120.010.07
HSL304.29º42.42%87.06%-
HSV(B)304.29º11.86%92.55%-
XYZ7268.8987.34-
YUV219.34136.28139.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.81%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=34.81%
G=30.68%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620823400.120.010.07304.2942.4287.06
HexECD0EA0C171302a57
Octal3543203520141746052127
Binary1110110011010000111010100110011111001100001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0EA; }

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

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

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

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

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

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

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

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