#ECC0ED

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

Shades of Snuff #ECC0ED

Tints of Snuff #ECC0ED

Color information

#ECC0ED (or 0xECC0ED) is unknown color: approx Snuff. HEX triplet: EC, C0 and ED. RGB value is (236,192,237). Sum of RGB (Red+Green+Blue) = 236+192+237=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0ED is #133F12. Grayscale: #D2D2D2. Windows color (decimal): -1261331 or 15581420. OLE color: 15581420.

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

Color convert

RGB236192237-
CMYK0.000.1900.07
HSL298.67º55.56%84.12%-
HSV(B)298.67º18.99%92.94%-
XYZ68.7361.6588.4-
YUV210.29143.08146.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 192 (75.39% from 255) = 28.87%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=35.49%
G=28.87%
B=35.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361922370.000.1900.07298.6755.5684.12
HexECC0ED0130712b3854
Octal3543003550230745370124
Binary11101100110000001110110101001101111001010111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0ED; }

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

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

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

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

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

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

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

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