#ECC3ED

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

Shades of Snuff #ECC3ED

Tints of Snuff #ECC3ED

Color information

#ECC3ED (or 0xECC3ED) is unknown color: approx Snuff. HEX triplet: EC, C3 and ED. RGB value is (236,195,237). Sum of RGB (Red+Green+Blue) = 236+195+237=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECC3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC3ED is #133C12. Grayscale: #D3D3D3. Windows color (decimal): -1260563 or 15582188. OLE color: 15582188.

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

Color convert

RGB236195237-
CMYK0.000.1800.07
HSL298.57º53.85%84.71%-
HSV(B)298.57º17.72%92.94%-
XYZ69.3962.9888.62-
YUV212.05142.08145.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 195 (76.56% from 255) = 29.19%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=35.33%
G=29.19%
B=35.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361952370.000.1800.07298.5753.8584.71
HexECC3ED0120712b3655
Octal3543033550220745366125
Binary11101100110000111110110101001001111001010111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC3ED; }

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

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

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

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

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

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

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

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