#ECCCEF

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

Shades of Snuff #ECCCEF

Tints of Snuff #ECCCEF

Color information

#ECCCEF (or 0xECCCEF) is unknown color: approx Snuff. HEX triplet: EC, CC and EF. RGB value is (236,204,239). Sum of RGB (Red+Green+Blue) = 236+204+239=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECCCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCEF is #133310. Grayscale: #D9D9D9. Windows color (decimal): -1258257 or 15715564. OLE color: 15715564.

HSL color Cylindrical-coordinate representation of color #ECCCEF: hue angle of 294.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCCEF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236204239-
CMYK0.010.1500.06
HSL294.86º52.24%86.86%-
HSV(B)294.86º14.64%93.73%-
XYZ71.7667.2590.86-
YUV217.56140.1141.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 204 (80.08% from 255) = 30.04%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=34.76%
G=30.04%
B=35.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362042390.010.1500.06294.8652.2486.86
HexECCCEF1F061273457
Octal3543143571170644764127
Binary1110110011001100111011111111101101001001111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCEF; }

 p { color: rgb(236,204,239); }

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

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

 a { background-color: rgb(236,204,239); }

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

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

 span { border-color: rgb(236,204,239); }

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