#ECC4EB

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

Shades of Snuff #ECC4EB

Tints of Snuff #ECC4EB

Color information

#ECC4EB (or 0xECC4EB) is unknown color: approx Snuff. HEX triplet: EC, C4 and EB. RGB value is (236,196,235). Sum of RGB (Red+Green+Blue) = 236+196+235=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC4EB is #133B14. Grayscale: #D4D4D4. Windows color (decimal): -1260309 or 15451372. OLE color: 15451372.

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

Color convert

RGB236196235-
CMYK00.170.000.07
HSL301.5º51.28%84.71%-
HSV(B)301.5º16.95%92.55%-
XYZ69.3363.3187.16-
YUV212.41140.75144.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 196 (76.95% from 255) = 29.39%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=35.38%
G=29.39%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619623500.170.000.07301.551.2884.71
HexECC4EB0110712e3355
Octal3543043530210745663125
Binary11101100110001001110101101000101111001011101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4EB; }

 p { color: rgb(236,196,235); }

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

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

 a { background-color: rgb(236,196,235); }

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

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

 span { border-color: rgb(236,196,235); }

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