#ECCFEB

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

Shades of Snuff #ECCFEB

Tints of Snuff #ECCFEB

Color information

#ECCFEB (or 0xECCFEB) is unknown color: approx Snuff. HEX triplet: EC, CF and EB. RGB value is (236,207,235). Sum of RGB (Red+Green+Blue) = 236+207+235=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFEB is #133014. Grayscale: #DADADA. Windows color (decimal): -1257493 or 15454188. OLE color: 15454188.

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

Color convert

RGB236207235-
CMYK00.120.000.07
HSL302.07º43.28%86.86%-
HSV(B)302.07º12.29%92.55%-
XYZ71.968.4688.02-
YUV218.86137.11140.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.81%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=34.81%
G=30.53%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620723500.120.000.07302.0743.2886.86
HexECCFEB0C0712e2b57
Octal3543173530140745653127
Binary1110110011001111111010110110001111001011101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFEB; }

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

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

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

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

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

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

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

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