#ECDAE9

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

Shades of Snuff #ECDAE9

Tints of Snuff #ECDAE9

Color information

#ECDAE9 (or 0xECDAE9) is unknown color: approx Snuff. HEX triplet: EC, DA and E9. RGB value is (236,218,233). Sum of RGB (Red+Green+Blue) = 236+218+233=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAE9 is #132516. Grayscale: #E1E1E1. Windows color (decimal): -1254679 or 15325932. OLE color: 15325932.

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

Color convert

RGB236218233-
CMYK00.080.010.07
HSL310º32.14%89.02%-
HSV(B)310º7.63%92.55%-
XYZ74.3773.8687.43-
YUV225.09132.46135.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 233 (91.41% from 255) = 33.92%
R=34.35%
G=31.73%
B=33.92%

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
Decimal23621823300.080.010.0731032.1489.02
HexECDAE908171362059
Octal3543323510101746640131
Binary1110110011011010111010010100011111001101101000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAE9; }

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

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

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

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

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

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

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

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