Shades of Snuff #EDBDF2
Tints of Snuff #EDBDF2
RGB
CMYK
RGB Variations
Color information
#EDBDF2 (or 0xEDBDF2) is known color: Snuff. HEX triplet: ED, BD and F2. RGB value is (237,189,242). Sum of RGB (Red+Green+Blue) = 237+189+242=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDBDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF2 is #12420D. Grayscale: #D1D1D1. Windows color (decimal): -1196558 or 15908333. OLE color: 15908333.
HSL color Cylindrical-coordinate representation of color #EDBDF2: hue angle of 294.34º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBDF2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 189 | 242 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.05 |
| HSL | 294.34º | 0.67% | 0.85% | - |
| HSV(B) | 294.34º | 0.22% | 0.95% | - |
| XYZ | 69.15 | 60.81 | 92.1 | - |
| YUV | 209.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 242 | 0.02 | 0.22 | 0 | 0.05 | 294.34 | 0.67 | 0.85 |
| Hex | ED | BD | F2 | 2 | 16 | 0 | 5 | 126 | 43 | 55 |
| Octal | 355 | 275 | 362 | 2 | 26 | 0 | 5 | 446 | 103 | 125 |
| Binary | 11101101 | 10111101 | 11110010 | 10 | 10110 | 0 | 101 | 100100110 | 1000011 | 1010101 |
Color Harmonies of #EDBDF2
Complementary color
Monochromatic Colors of #EDBDF2
Black with #EDBDF2
Text Example
Text Example
White with #EDBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDF2; }
p { color: rgb(237,189,242); }
H1.HeaderClassName
{
color: #EDBDF2;
}
.AnyTagClassName
{
color: #EDBDF2;
}
</style>
background-color css
<style>
a { background-color: #EDBDF2; }
a { background-color: rgb(237,189,242); }
div.DivClassName
{
background-color: #EDBDF2;
}
.BgClassName
{
background-color: #EDBDF2;
}
</style>
border-color css
<style>
span { border-color: #EDBDF2; }
span { border-color: rgb(237,189,242); }
td.TdClassName
{
border-color: #EDBDF2;
}
.TagClassName
{
border-color: #EDBDF2;
}
</style>