#ECDCE8

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

Shades of Snuff #ECDCE8

Tints of Snuff #ECDCE8

Color information

#ECDCE8 (or 0xECDCE8) is unknown color: approx Snuff. HEX triplet: EC, DC and E8. RGB value is (236,220,232). Sum of RGB (Red+Green+Blue) = 236+220+232=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCE8 is #132317. Grayscale: #E2E2E2. Windows color (decimal): -1254168 or 15260908. OLE color: 15260908.

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

Color convert

RGB236220232-
CMYK00.070.020.07
HSL315º29.63%89.41%-
HSV(B)315º6.78%92.55%-
XYZ74.7574.8586.85-
YUV226.15131.3135.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 232 (91.02% from 255) = 33.72%
R=34.30%
G=31.98%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622023200.070.020.0731529.6389.41
HexECDCE8072713b1e59
Octal354334350072747336131
Binary111011001101110011101000011110111100111011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCE8; }

 p { color: rgb(236,220,232); }

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

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

 a { background-color: rgb(236,220,232); }

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

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

 span { border-color: rgb(236,220,232); }

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