#ECD8EA

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

Shades of Snuff #ECD8EA

Tints of Snuff #ECD8EA

Color information

#ECD8EA (or 0xECD8EA) is unknown color: approx Snuff. HEX triplet: EC, D8 and EA. RGB value is (236,216,234). Sum of RGB (Red+Green+Blue) = 236+216+234=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8EA is #132715. Grayscale: #DFDFDF. Windows color (decimal): -1255190 or 15390956. OLE color: 15390956.

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

Color convert

RGB236216234-
CMYK00.080.010.07
HSL306º34.48%88.63%-
HSV(B)306º8.47%92.55%-
XYZ7472.8988.01-
YUV224.03133.63136.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=34.40%
G=31.49%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621623400.080.010.0730634.4888.63
HexECD8EA08171322259
Octal3543303520101746242131
Binary1110110011011000111010100100011111001100101000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8EA; }

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

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

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

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

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

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

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

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