Shades of Snuff #ECBDF0
Tints of Snuff #ECBDF0
RGB
CMYK
RGB Variations
Color information
#ECBDF0 (or 0xECBDF0) is known color: Snuff. HEX triplet: EC, BD and F0. RGB value is (236,189,240). Sum of RGB (Red+Green+Blue) = 236+189+240=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF0 is #13420F. Grayscale: #D0D0D0. Windows color (decimal): -1262096 or 15777260. OLE color: 15777260.
HSL color Cylindrical-coordinate representation of color #ECBDF0: hue angle of 295.29º degrees, saturation: 0.63, 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 #ECBDF0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 189 | 240 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.06 |
| HSL | 295.29º | 0.63% | 0.84% | - |
| HSV(B) | 295.29º | 0.21% | 0.94% | - |
| XYZ | 68.52 | 60.52 | 90.51 | - |
| YUV | 208.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 240 | 0.02 | 0.21 | 0 | 0.06 | 295.29 | 0.63 | 0.84 |
| Hex | EC | BD | F0 | 2 | 15 | 0 | 6 | 127 | 3F | 54 |
| Octal | 354 | 275 | 360 | 2 | 25 | 0 | 6 | 447 | 77 | 124 |
| Binary | 11101100 | 10111101 | 11110000 | 10 | 10101 | 0 | 110 | 100100111 | 111111 | 1010100 |
Color Harmonies of #ECBDF0
Complementary color
Monochromatic Colors of #ECBDF0
Black with #ECBDF0
Text Example
Text Example
White with #ECBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDF0; }
p { color: rgb(236,189,240); }
H1.HeaderClassName
{
color: #ECBDF0;
}
.AnyTagClassName
{
color: #ECBDF0;
}
</style>
background-color css
<style>
a { background-color: #ECBDF0; }
a { background-color: rgb(236,189,240); }
div.DivClassName
{
background-color: #ECBDF0;
}
.BgClassName
{
background-color: #ECBDF0;
}
</style>
border-color css
<style>
span { border-color: #ECBDF0; }
span { border-color: rgb(236,189,240); }
td.TdClassName
{
border-color: #ECBDF0;
}
.TagClassName
{
border-color: #ECBDF0;
}
</style>