#ECD7EA

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

Shades of Snuff #ECD7EA

Tints of Snuff #ECD7EA

Color information

#ECD7EA (or 0xECD7EA) is unknown color: approx Snuff. HEX triplet: EC, D7 and EA. RGB value is (236,215,234). Sum of RGB (Red+Green+Blue) = 236+215+234=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7EA is #132815. Grayscale: #DFDFDF. Windows color (decimal): -1255446 or 15390700. OLE color: 15390700.

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

Color convert

RGB236215234-
CMYK00.090.010.07
HSL305.71º35.59%88.43%-
HSV(B)305.71º8.9%92.55%-
XYZ73.7472.3787.92-
YUV223.44133.96136.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 215 (84.38% from 255) = 31.39%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=34.45%
G=31.39%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621523400.090.010.07305.7135.5988.43
HexECD7EA09171322458
Octal3543273520111746244130
Binary1110110011010111111010100100111111001100101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7EA; }

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

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

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

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

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

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

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

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