#ECC7EA

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

Shades of Snuff #ECC7EA

Tints of Snuff #ECC7EA

Color information

#ECC7EA (or 0xECC7EA) is unknown color: approx Snuff. HEX triplet: EC, C7 and EA. RGB value is (236,199,234). Sum of RGB (Red+Green+Blue) = 236+199+234=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7EA is #133815. Grayscale: #D5D5D5. Windows color (decimal): -1259542 or 15386604. OLE color: 15386604.

HSL color Cylindrical-coordinate representation of color #ECC7EA: hue angle of 303.24º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7EA is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236199234-
CMYK00.160.010.07
HSL303.24º49.33%85.29%-
HSV(B)303.24º15.68%92.55%-
XYZ69.8764.6286.63-
YUV214.05139.26143.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 199 (78.12% from 255) = 29.75%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=35.28%
G=29.75%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619923400.160.010.07303.2449.3385.29
HexECC7EA0101712f3155
Octal3543073520201745761125
Binary11101100110001111110101001000011111001011111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7EA; }

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

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

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

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

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

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

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

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