Shades of Snuff #EDC1F3
Tints of Snuff #EDC1F3
RGB
CMYK
RGB Variations
Color information
#EDC1F3 (or 0xEDC1F3) is known color: Snuff. HEX triplet: ED, C1 and F3. RGB value is (237,193,243). Sum of RGB (Red+Green+Blue) = 237+193+243=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDC1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1F3 is #123E0C. Grayscale: #D3D3D3. Windows color (decimal): -1195533 or 15974893. OLE color: 15974893.
HSL color Cylindrical-coordinate representation of color #EDC1F3: hue angle of 292.8º degrees, saturation: 0.68, 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 #EDC1F3 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 193 | 243 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 292.8º | 0.68% | 0.85% | - |
| HSV(B) | 292.8º | 0.21% | 0.95% | - |
| XYZ | 70.17 | 62.62 | 93.18 | - |
| YUV | 211.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 243 | 0.02 | 0.21 | 0 | 0.05 | 292.8 | 0.68 | 0.85 |
| Hex | ED | C1 | F3 | 2 | 15 | 0 | 5 | 125 | 44 | 55 |
| Octal | 355 | 301 | 363 | 2 | 25 | 0 | 5 | 445 | 104 | 125 |
| Binary | 11101101 | 11000001 | 11110011 | 10 | 10101 | 0 | 101 | 100100101 | 1000100 | 1010101 |
Color Harmonies of #EDC1F3
Complementary color
Monochromatic Colors of #EDC1F3
Black with #EDC1F3
Text Example
Text Example
White with #EDC1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1F3; }
p { color: rgb(237,193,243); }
H1.HeaderClassName
{
color: #EDC1F3;
}
.AnyTagClassName
{
color: #EDC1F3;
}
</style>
background-color css
<style>
a { background-color: #EDC1F3; }
a { background-color: rgb(237,193,243); }
div.DivClassName
{
background-color: #EDC1F3;
}
.BgClassName
{
background-color: #EDC1F3;
}
</style>
border-color css
<style>
span { border-color: #EDC1F3; }
span { border-color: rgb(237,193,243); }
td.TdClassName
{
border-color: #EDC1F3;
}
.TagClassName
{
border-color: #EDC1F3;
}
</style>