Shades of Snuff #EDBCF1
Tints of Snuff #EDBCF1
RGB
CMYK
RGB Variations
Color information
#EDBCF1 (or 0xEDBCF1) is known color: Snuff. HEX triplet: ED, BC and F1. RGB value is (237,188,241). Sum of RGB (Red+Green+Blue) = 237+188+241=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDBCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCF1 is #12430E. Grayscale: #D0D0D0. Windows color (decimal): -1196815 or 15842541. OLE color: 15842541.
HSL color Cylindrical-coordinate representation of color #EDBCF1: hue angle of 295.47º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBCF1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 188 | 241 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.05 |
| HSL | 295.47º | 0.65% | 0.84% | - |
| HSV(B) | 295.47º | 0.22% | 0.95% | - |
| XYZ | 68.79 | 60.32 | 91.24 | - |
| YUV | 208.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 241 | 0.02 | 0.22 | 0 | 0.05 | 295.47 | 0.65 | 0.84 |
| Hex | ED | BC | F1 | 2 | 16 | 0 | 5 | 127 | 41 | 54 |
| Octal | 355 | 274 | 361 | 2 | 26 | 0 | 5 | 447 | 101 | 124 |
| Binary | 11101101 | 10111100 | 11110001 | 10 | 10110 | 0 | 101 | 100100111 | 1000001 | 1010100 |
Color Harmonies of #EDBCF1
Complementary color
Monochromatic Colors of #EDBCF1
Black with #EDBCF1
Text Example
Text Example
White with #EDBCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCF1; }
p { color: rgb(237,188,241); }
H1.HeaderClassName
{
color: #EDBCF1;
}
.AnyTagClassName
{
color: #EDBCF1;
}
</style>
background-color css
<style>
a { background-color: #EDBCF1; }
a { background-color: rgb(237,188,241); }
div.DivClassName
{
background-color: #EDBCF1;
}
.BgClassName
{
background-color: #EDBCF1;
}
</style>
border-color css
<style>
span { border-color: #EDBCF1; }
span { border-color: rgb(237,188,241); }
td.TdClassName
{
border-color: #EDBCF1;
}
.TagClassName
{
border-color: #EDBCF1;
}
</style>