#ECCAE7

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

Shades of Snuff #ECCAE7

Tints of Snuff #ECCAE7

Color information

#ECCAE7 (or 0xECCAE7) is unknown color: approx Snuff. HEX triplet: EC, CA and E7. RGB value is (236,202,231). Sum of RGB (Red+Green+Blue) = 236+202+231=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAE7 is #133518. Grayscale: #D7D7D7. Windows color (decimal): -1258777 or 15190764. OLE color: 15190764.

HSL color Cylindrical-coordinate representation of color #ECCAE7: hue angle of 308.82º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAE7 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236202231-
CMYK00.140.020.07
HSL308.82º47.22%85.88%-
HSV(B)308.82º14.41%92.55%-
XYZ70.1465.8484.61-
YUV215.47136.76142.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=35.28%
G=30.19%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620223100.140.020.07308.8247.2285.88
HexECCAE70E271352f56
Octal3543123470162746557126
Binary11101100110010101110011101110101111001101011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAE7; }

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

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

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

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

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

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

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

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