Shades of Snuff #ECCDF0
Tints of Snuff #ECCDF0
RGB
CMYK
RGB Variations
Color information
#ECCDF0 (or 0xECCDF0) is known color: 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
RGB | 236 | 205 | 240 | - |
CMYK | 0.02 | 0.15 | 0 | 0.06 |
HSL | 293.14º | 0.54% | 0.87% | - |
HSV(B) | 293.14º | 0.15% | 0.94% | - |
XYZ | 72.15 | 67.79 | 91.72 | - |
YUV | 218.26 | 140.27 | 140.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 240 | 0.02 | 0.15 | 0 | 0.06 | 293.14 | 0.54 | 0.87 |
Hex | EC | CD | F0 | 2 | F | 0 | 6 | 125 | 36 | 57 |
Octal | 354 | 315 | 360 | 2 | 17 | 0 | 6 | 445 | 66 | 127 |
Binary | 11101100 | 11001101 | 11110000 | 10 | 1111 | 0 | 110 | 100100101 | 110110 | 1010111 |
Color Harmonies of #ECCDF0
Complementary color
Monochromatic Colors of #ECCDF0
Black with #ECCDF0
Text Example
Text Example
White with #ECCDF0
Text Example
Text Example
HTML Codes & Css Web 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>