Shades of Snuff #ECBDF2
Tints of Snuff #ECBDF2
RGB
CMYK
RGB Variations
Color information
#ECBDF2 (or 0xECBDF2) is known color: Snuff. HEX triplet: EC, BD and F2. RGB value is (236,189,242). Sum of RGB (Red+Green+Blue) = 236+189+242=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECBDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF2 is #13420D. Grayscale: #D0D0D0. Windows color (decimal): -1262094 or 15908332. OLE color: 15908332.
HSL color Cylindrical-coordinate representation of color #ECBDF2: hue angle of 293.21º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECBDF2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 189 | 242 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.05 |
| HSL | 293.21º | 0.67% | 0.85% | - |
| HSV(B) | 293.21º | 0.22% | 0.95% | - |
| XYZ | 68.82 | 60.64 | 92.08 | - |
| YUV | 209.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 242 | 0.02 | 0.22 | 0 | 0.05 | 293.21 | 0.67 | 0.85 |
| Hex | EC | BD | F2 | 2 | 16 | 0 | 5 | 125 | 43 | 55 |
| Octal | 354 | 275 | 362 | 2 | 26 | 0 | 5 | 445 | 103 | 125 |
| Binary | 11101100 | 10111101 | 11110010 | 10 | 10110 | 0 | 101 | 100100101 | 1000011 | 1010101 |
Color Harmonies of #ECBDF2
Complementary color
Monochromatic Colors of #ECBDF2
Black with #ECBDF2
Text Example
Text Example
White with #ECBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDF2; }
p { color: rgb(236,189,242); }
H1.HeaderClassName
{
color: #ECBDF2;
}
.AnyTagClassName
{
color: #ECBDF2;
}
</style>
background-color css
<style>
a { background-color: #ECBDF2; }
a { background-color: rgb(236,189,242); }
div.DivClassName
{
background-color: #ECBDF2;
}
.BgClassName
{
background-color: #ECBDF2;
}
</style>
border-color css
<style>
span { border-color: #ECBDF2; }
span { border-color: rgb(236,189,242); }
td.TdClassName
{
border-color: #ECBDF2;
}
.TagClassName
{
border-color: #ECBDF2;
}
</style>