#ECC9E6

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

Shades of Snuff #ECC9E6

Tints of Snuff #ECC9E6

Color information

#ECC9E6 (or 0xECC9E6) is unknown color: approx Snuff. HEX triplet: EC, C9 and E6. RGB value is (236,201,230). Sum of RGB (Red+Green+Blue) = 236+201+230=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC9E6 is #133619. Grayscale: #D6D6D6. Windows color (decimal): -1259034 or 15124972. OLE color: 15124972.

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

Color convert

RGB236201230-
CMYK00.150.030.07
HSL310.29º47.95%85.69%-
HSV(B)310.29º14.83%92.55%-
XYZ69.7665.3283.79-
YUV214.77136.6143.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 201 (78.91% from 255) = 30.13%
BLUE value IS 230 (90.23% from 255) = 34.48%
R=35.38%
G=30.13%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620123000.150.030.07310.2947.9585.69
HexECC9E60F371363056
Octal3543113460173746660126
Binary11101100110010011110011001111111111001101101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9E6; }

 p { color: rgb(236,201,230); }

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

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

 a { background-color: rgb(236,201,230); }

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

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

 span { border-color: rgb(236,201,230); }

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