Shades of Snuff #EDBFEF
Tints of Snuff #EDBFEF
RGB
CMYK
RGB Variations
Color information
#EDBFEF (or 0xEDBFEF) is known color: Snuff. HEX triplet: ED, BF and EF. RGB value is (237,191,239). Sum of RGB (Red+Green+Blue) = 237+191+239=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFEF is #124010. Grayscale: #D2D2D2. Windows color (decimal): -1196049 or 15712237. OLE color: 15712237.
HSL color Cylindrical-coordinate representation of color #EDBFEF: hue angle of 297.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBFEF is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 191 | 239 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.06 |
| HSL | 297.5º | 0.6% | 0.84% | - |
| HSV(B) | 297.5º | 0.2% | 0.94% | - |
| XYZ | 69.14 | 61.5 | 89.89 | - |
| YUV | 210.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 239 | 0.01 | 0.20 | 0 | 0.06 | 297.5 | 0.6 | 0.84 |
| Hex | ED | BF | EF | 1 | 14 | 0 | 6 | 12A | 3C | 54 |
| Octal | 355 | 277 | 357 | 1 | 24 | 0 | 6 | 452 | 74 | 124 |
| Binary | 11101101 | 10111111 | 11101111 | 1 | 10100 | 0 | 110 | 100101010 | 111100 | 1010100 |
Color Harmonies of #EDBFEF
Complementary color
Monochromatic Colors of #EDBFEF
Black with #EDBFEF
Text Example
Text Example
White with #EDBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFEF; }
p { color: rgb(237,191,239); }
H1.HeaderClassName
{
color: #EDBFEF;
}
.AnyTagClassName
{
color: #EDBFEF;
}
</style>
background-color css
<style>
a { background-color: #EDBFEF; }
a { background-color: rgb(237,191,239); }
div.DivClassName
{
background-color: #EDBFEF;
}
.BgClassName
{
background-color: #EDBFEF;
}
</style>
border-color css
<style>
span { border-color: #EDBFEF; }
span { border-color: rgb(237,191,239); }
td.TdClassName
{
border-color: #EDBFEF;
}
.TagClassName
{
border-color: #EDBFEF;
}
</style>