Shades of Snuff #EDC9F3
Tints of Snuff #EDC9F3
RGB
CMYK
RGB Variations
Color information
#EDC9F3 (or 0xEDC9F3) is known color: Snuff. HEX triplet: ED, C9 and F3. RGB value is (237,201,243). Sum of RGB (Red+Green+Blue) = 237+201+243=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 201 (78.91% from 255 or 29.52% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDC9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9F3 is #12360C. Grayscale: #D8D8D8. Windows color (decimal): -1193485 or 15976941. OLE color: 15976941.
HSL color Cylindrical-coordinate representation of color #EDC9F3: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC9F3 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 201 | 243 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.05 |
| HSL | 291.43º | 0.64% | 0.87% | - |
| HSV(B) | 291.43º | 0.17% | 0.95% | - |
| XYZ | 71.99 | 66.25 | 93.79 | - |
| YUV | 216.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 243 | 0.02 | 0.17 | 0 | 0.05 | 291.43 | 0.64 | 0.87 |
| Hex | ED | C9 | F3 | 2 | 11 | 0 | 5 | 123 | 40 | 57 |
| Octal | 355 | 311 | 363 | 2 | 21 | 0 | 5 | 443 | 100 | 127 |
| Binary | 11101101 | 11001001 | 11110011 | 10 | 10001 | 0 | 101 | 100100011 | 1000000 | 1010111 |
Color Harmonies of #EDC9F3
Complementary color
Monochromatic Colors of #EDC9F3
Black with #EDC9F3
Text Example
Text Example
White with #EDC9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9F3; }
p { color: rgb(237,201,243); }
H1.HeaderClassName
{
color: #EDC9F3;
}
.AnyTagClassName
{
color: #EDC9F3;
}
</style>
background-color css
<style>
a { background-color: #EDC9F3; }
a { background-color: rgb(237,201,243); }
div.DivClassName
{
background-color: #EDC9F3;
}
.BgClassName
{
background-color: #EDC9F3;
}
</style>
border-color css
<style>
span { border-color: #EDC9F3; }
span { border-color: rgb(237,201,243); }
td.TdClassName
{
border-color: #EDC9F3;
}
.TagClassName
{
border-color: #EDC9F3;
}
</style>