Shades of Snuff #EDBAF2
Tints of Snuff #EDBAF2
RGB
CMYK
RGB Variations
Color information
#EDBAF2 (or 0xEDBAF2) is known color: Snuff. HEX triplet: ED, BA and F2. RGB value is (237,186,242). Sum of RGB (Red+Green+Blue) = 237+186+242=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF2 is #12450D. Grayscale: #CFCFCF. Windows color (decimal): -1197326 or 15907565. OLE color: 15907565.
HSL color Cylindrical-coordinate representation of color #EDBAF2: hue angle of 294.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBAF2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 186 | 242 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.05 |
| HSL | 294.64º | 0.68% | 0.84% | - |
| HSV(B) | 294.64º | 0.23% | 0.95% | - |
| XYZ | 68.51 | 59.53 | 91.88 | - |
| YUV | 207.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 242 | 0.02 | 0.23 | 0 | 0.05 | 294.64 | 0.68 | 0.84 |
| Hex | ED | BA | F2 | 2 | 17 | 0 | 5 | 127 | 44 | 54 |
| Octal | 355 | 272 | 362 | 2 | 27 | 0 | 5 | 447 | 104 | 124 |
| Binary | 11101101 | 10111010 | 11110010 | 10 | 10111 | 0 | 101 | 100100111 | 1000100 | 1010100 |
Color Harmonies of #EDBAF2
Complementary color
Monochromatic Colors of #EDBAF2
Black with #EDBAF2
Text Example
Text Example
White with #EDBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAF2; }
p { color: rgb(237,186,242); }
H1.HeaderClassName
{
color: #EDBAF2;
}
.AnyTagClassName
{
color: #EDBAF2;
}
</style>
background-color css
<style>
a { background-color: #EDBAF2; }
a { background-color: rgb(237,186,242); }
div.DivClassName
{
background-color: #EDBAF2;
}
.BgClassName
{
background-color: #EDBAF2;
}
</style>
border-color css
<style>
span { border-color: #EDBAF2; }
span { border-color: rgb(237,186,242); }
td.TdClassName
{
border-color: #EDBAF2;
}
.TagClassName
{
border-color: #EDBAF2;
}
</style>