#ECDAE7

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

Shades of Snuff #ECDAE7

Tints of Snuff #ECDAE7

Color information

#ECDAE7 (or 0xECDAE7) is unknown color: approx Snuff. HEX triplet: EC, DA and E7. RGB value is (236,218,231). Sum of RGB (Red+Green+Blue) = 236+218+231=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAE7 is #132518. Grayscale: #E0E0E0. Windows color (decimal): -1254681 or 15194860. OLE color: 15194860.

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

Color convert

RGB236218231-
CMYK00.080.020.07
HSL316.67º32.14%89.02%-
HSV(B)316.67º7.63%92.55%-
XYZ74.0973.7585.93-
YUV224.86131.46135.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 231 (90.62% from 255) = 33.72%
R=34.45%
G=31.82%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621823100.080.020.07316.6732.1489.02
HexECDAE7082713d2059
Octal3543323470102747540131
Binary11101100110110101110011101000101111001111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAE7; }

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

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

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

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

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

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

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

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