#ECD7EB

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

Shades of Snuff #ECD7EB

Tints of Snuff #ECD7EB

Color information

#ECD7EB (or 0xECD7EB) is unknown color: approx Snuff. HEX triplet: EC, D7 and EB. RGB value is (236,215,235). Sum of RGB (Red+Green+Blue) = 236+215+235=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7EB is #132814. Grayscale: #DFDFDF. Windows color (decimal): -1255445 or 15456236. OLE color: 15456236.

HSL color Cylindrical-coordinate representation of color #ECD7EB: hue angle of 302.86º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD7EB is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB236215235-
CMYK00.090.000.07
HSL302.86º35.59%88.43%-
HSV(B)302.86º8.9%92.55%-
XYZ73.8972.4388.68-
YUV223.56134.46136.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 215 (84.38% from 255) = 31.34%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=34.40%
G=31.34%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621523500.090.000.07302.8635.5988.43
HexECD7EB090712f2458
Octal3543273530110745744130
Binary1110110011010111111010110100101111001011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7EB; }

 p { color: rgb(236,215,235); }

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

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

 a { background-color: rgb(236,215,235); }

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

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

 span { border-color: rgb(236,215,235); }

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