#ECCDF0

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

Shades of Snuff #ECCDF0

Tints of Snuff #ECCDF0

Color information

#ECCDF0 (or 0xECCDF0) is unknown color: approx Snuff. HEX triplet: EC, CD and F0. RGB value is (236,205,240). Sum of RGB (Red+Green+Blue) = 236+205+240=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECCDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDF0 is #13320F. Grayscale: #DADADA. Windows color (decimal): -1258000 or 15781356. OLE color: 15781356.

HSL color Cylindrical-coordinate representation of color #ECCDF0: hue angle of 293.14º degrees, saturation: 0.54, 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 #ECCDF0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236205240-
CMYK0.020.1500.06
HSL293.14º53.85%87.25%-
HSV(B)293.14º14.58%94.12%-
XYZ72.1567.7991.72-
YUV218.26140.27140.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 240 (94.14% from 255) = 35.24%
R=34.65%
G=30.10%
B=35.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362052400.020.1500.06293.1453.8587.25
HexECCDF02F061253657
Octal3543153602170644566127
Binary11101100110011011111000010111101101001001011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDF0; }

 p { color: rgb(236,205,240); }

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

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

 a { background-color: rgb(236,205,240); }

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

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

 span { border-color: rgb(236,205,240); }

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