Shades of Snuff #ECBEF0
Tints of Snuff #ECBEF0
RGB
CMYK
RGB Variations
Color information
#ECBEF0 (or 0xECBEF0) is known color: Snuff. HEX triplet: EC, BE and F0. RGB value is (236,190,240). Sum of RGB (Red+Green+Blue) = 236+190+240=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECBEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEF0 is #13410F. Grayscale: #D1D1D1. Windows color (decimal): -1261840 or 15777516. OLE color: 15777516.
HSL color Cylindrical-coordinate representation of color #ECBEF0: hue angle of 295.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBEF0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 190 | 240 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.06 |
| HSL | 295.2º | 0.63% | 0.84% | - |
| HSV(B) | 295.2º | 0.21% | 0.94% | - |
| XYZ | 68.73 | 60.95 | 90.58 | - |
| YUV | 209.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 240 | 0.02 | 0.21 | 0 | 0.06 | 295.2 | 0.63 | 0.84 |
| Hex | EC | BE | F0 | 2 | 15 | 0 | 6 | 127 | 3E | 54 |
| Octal | 354 | 276 | 360 | 2 | 25 | 0 | 6 | 447 | 76 | 124 |
| Binary | 11101100 | 10111110 | 11110000 | 10 | 10101 | 0 | 110 | 100100111 | 111110 | 1010100 |
Color Harmonies of #ECBEF0
Complementary color
Monochromatic Colors of #ECBEF0
Black with #ECBEF0
Text Example
Text Example
White with #ECBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEF0; }
p { color: rgb(236,190,240); }
H1.HeaderClassName
{
color: #ECBEF0;
}
.AnyTagClassName
{
color: #ECBEF0;
}
</style>
background-color css
<style>
a { background-color: #ECBEF0; }
a { background-color: rgb(236,190,240); }
div.DivClassName
{
background-color: #ECBEF0;
}
.BgClassName
{
background-color: #ECBEF0;
}
</style>
border-color css
<style>
span { border-color: #ECBEF0; }
span { border-color: rgb(236,190,240); }
td.TdClassName
{
border-color: #ECBEF0;
}
.TagClassName
{
border-color: #ECBEF0;
}
</style>