Shades of Snuff #EDBFF1
Tints of Snuff #EDBFF1
RGB
CMYK
RGB Variations
Color information
#EDBFF1 (or 0xEDBFF1) is known color: Snuff. HEX triplet: ED, BF and F1. RGB value is (237,191,241). Sum of RGB (Red+Green+Blue) = 237+191+241=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF1 is #12400E. Grayscale: #D2D2D2. Windows color (decimal): -1196047 or 15843309. OLE color: 15843309.
HSL color Cylindrical-coordinate representation of color #EDBFF1: hue angle of 295.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBFF1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 191 | 241 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 295.2º | 0.64% | 0.85% | - |
| HSV(B) | 295.2º | 0.21% | 0.95% | - |
| XYZ | 69.43 | 61.62 | 91.45 | - |
| YUV | 210.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 241 | 0.02 | 0.21 | 0 | 0.05 | 295.2 | 0.64 | 0.85 |
| Hex | ED | BF | F1 | 2 | 15 | 0 | 5 | 127 | 40 | 55 |
| Octal | 355 | 277 | 361 | 2 | 25 | 0 | 5 | 447 | 100 | 125 |
| Binary | 11101101 | 10111111 | 11110001 | 10 | 10101 | 0 | 101 | 100100111 | 1000000 | 1010101 |
Color Harmonies of #EDBFF1
Complementary color
Monochromatic Colors of #EDBFF1
Black with #EDBFF1
Text Example
Text Example
White with #EDBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFF1; }
p { color: rgb(237,191,241); }
H1.HeaderClassName
{
color: #EDBFF1;
}
.AnyTagClassName
{
color: #EDBFF1;
}
</style>
background-color css
<style>
a { background-color: #EDBFF1; }
a { background-color: rgb(237,191,241); }
div.DivClassName
{
background-color: #EDBFF1;
}
.BgClassName
{
background-color: #EDBFF1;
}
</style>
border-color css
<style>
span { border-color: #EDBFF1; }
span { border-color: rgb(237,191,241); }
td.TdClassName
{
border-color: #EDBFF1;
}
.TagClassName
{
border-color: #EDBFF1;
}
</style>