#ECC3EB

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

Shades of Snuff #ECC3EB

Tints of Snuff #ECC3EB

Color information

#ECC3EB (or 0xECC3EB) is unknown color: approx Snuff. HEX triplet: EC, C3 and EB. RGB value is (236,195,235). Sum of RGB (Red+Green+Blue) = 236+195+235=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC3EB is #133C14. Grayscale: #D3D3D3. Windows color (decimal): -1260565 or 15451116. OLE color: 15451116.

HSL color Cylindrical-coordinate representation of color #ECC3EB: hue angle of 301.46º degrees, saturation: 0.52, 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 #ECC3EB is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB236195235-
CMYK00.170.000.07
HSL301.46º51.9%84.51%-
HSV(B)301.46º17.37%92.55%-
XYZ69.162.8687.09-
YUV211.82141.08145.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 195 (76.56% from 255) = 29.28%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=35.44%
G=29.28%
B=35.29%

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
Decimal23619523500.170.000.07301.4651.984.51
HexECC3EB0110712d3455
Octal3543033530210745564125
Binary11101100110000111110101101000101111001011011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3EB; }

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

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

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

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

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

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

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

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