#ECDAEA

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

Shades of Snuff #ECDAEA

Tints of Snuff #ECDAEA

Color information

#ECDAEA (or 0xECDAEA) is unknown color: approx Snuff. HEX triplet: EC, DA and EA. RGB value is (236,218,234). Sum of RGB (Red+Green+Blue) = 236+218+234=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAEA is #132515. Grayscale: #E1E1E1. Windows color (decimal): -1254678 or 15391468. OLE color: 15391468.

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

Color convert

RGB236218234-
CMYK00.080.010.07
HSL306.67º32.14%89.02%-
HSV(B)306.67º7.63%92.55%-
XYZ74.5173.9288.18-
YUV225.21132.96135.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=34.30%
G=31.69%
B=34.01%

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
Decimal23621823400.080.010.07306.6732.1489.02
HexECDAEA08171332059
Octal3543323520101746340131
Binary1110110011011010111010100100011111001100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAEA; }

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

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

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

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

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

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

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

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