Shades of Snuff #ECCBF0
Tints of Snuff #ECCBF0
RGB
CMYK
RGB Variations
Color information
#ECCBF0 (or 0xECCBF0) is known color: Snuff. HEX triplet: EC, CB and F0. RGB value is (236,203,240). Sum of RGB (Red+Green+Blue) = 236+203+240=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECCBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBF0 is #13340F. Grayscale: #D8D8D8. Windows color (decimal): -1258512 or 15780844. OLE color: 15780844.
HSL color Cylindrical-coordinate representation of color #ECCBF0: hue angle of 293.51º degrees, saturation: 0.55, 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 #ECCBF0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 203 | 240 | - |
CMYK | 0.02 | 0.15 | 0 | 0.06 |
HSL | 293.51º | 0.55% | 0.87% | - |
HSV(B) | 293.51º | 0.15% | 0.94% | - |
XYZ | 71.68 | 66.84 | 91.56 | - |
YUV | 217.09 | 140.93 | 141.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 203 | 240 | 0.02 | 0.15 | 0 | 0.06 | 293.51 | 0.55 | 0.87 |
Hex | EC | CB | F0 | 2 | F | 0 | 6 | 126 | 37 | 57 |
Octal | 354 | 313 | 360 | 2 | 17 | 0 | 6 | 446 | 67 | 127 |
Binary | 11101100 | 11001011 | 11110000 | 10 | 1111 | 0 | 110 | 100100110 | 110111 | 1010111 |
Color Harmonies of #ECCBF0
Complementary color
Monochromatic Colors of #ECCBF0
Black with #ECCBF0
Text Example
Text Example
White with #ECCBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBF0; }
p { color: rgb(236,203,240); }
H1.HeaderClassName
{
color: #ECCBF0;
}
.AnyTagClassName
{
color: #ECCBF0;
}
</style>
background-color css
<style>
a { background-color: #ECCBF0; }
a { background-color: rgb(236,203,240); }
div.DivClassName
{
background-color: #ECCBF0;
}
.BgClassName
{
background-color: #ECCBF0;
}
</style>
border-color css
<style>
span { border-color: #ECCBF0; }
span { border-color: rgb(236,203,240); }
td.TdClassName
{
border-color: #ECCBF0;
}
.TagClassName
{
border-color: #ECCBF0;
}
</style>