Shades of Snuff #EDBDF1
Tints of Snuff #EDBDF1
RGB
CMYK
RGB Variations
Color information
#EDBDF1 (or 0xEDBDF1) is known color: Snuff. HEX triplet: ED, BD and F1. RGB value is (237,189,241). Sum of RGB (Red+Green+Blue) = 237+189+241=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF1 is #12420E. Grayscale: #D1D1D1. Windows color (decimal): -1196559 or 15842797. OLE color: 15842797.
HSL color Cylindrical-coordinate representation of color #EDBDF1: hue angle of 295.38º 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 #EDBDF1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 189 | 241 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.05 |
| HSL | 295.38º | 0.65% | 0.84% | - |
| HSV(B) | 295.38º | 0.22% | 0.95% | - |
| XYZ | 69 | 60.75 | 91.31 | - |
| YUV | 209.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 241 | 0.02 | 0.22 | 0 | 0.05 | 295.38 | 0.65 | 0.84 |
| Hex | ED | BD | F1 | 2 | 16 | 0 | 5 | 127 | 41 | 54 |
| Octal | 355 | 275 | 361 | 2 | 26 | 0 | 5 | 447 | 101 | 124 |
| Binary | 11101101 | 10111101 | 11110001 | 10 | 10110 | 0 | 101 | 100100111 | 1000001 | 1010100 |
Color Harmonies of #EDBDF1
Complementary color
Monochromatic Colors of #EDBDF1
Black with #EDBDF1
Text Example
Text Example
White with #EDBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDF1; }
p { color: rgb(237,189,241); }
H1.HeaderClassName
{
color: #EDBDF1;
}
.AnyTagClassName
{
color: #EDBDF1;
}
</style>
background-color css
<style>
a { background-color: #EDBDF1; }
a { background-color: rgb(237,189,241); }
div.DivClassName
{
background-color: #EDBDF1;
}
.BgClassName
{
background-color: #EDBDF1;
}
</style>
border-color css
<style>
span { border-color: #EDBDF1; }
span { border-color: rgb(237,189,241); }
td.TdClassName
{
border-color: #EDBDF1;
}
.TagClassName
{
border-color: #EDBDF1;
}
</style>