Shades of Snuff #EDCDF1
Tints of Snuff #EDCDF1
RGB
CMYK
RGB Variations
Color information
#EDCDF1 (or 0xEDCDF1) is known color: Snuff. HEX triplet: ED, CD and F1. RGB value is (237,205,241). Sum of RGB (Red+Green+Blue) = 237+205+241=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDCDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDF1 is #12320E. Grayscale: #DADADA. Windows color (decimal): -1192463 or 15846893. OLE color: 15846893.
HSL color Cylindrical-coordinate representation of color #EDCDF1: hue angle of 293.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCDF1 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 205 | 241 | - |
CMYK | 0.02 | 0.15 | 0 | 0.05 |
HSL | 293.33º | 0.56% | 0.87% | - |
HSV(B) | 293.33º | 0.15% | 0.95% | - |
XYZ | 72.63 | 68.02 | 92.52 | - |
YUV | 218.67 | 140.6 | 141.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 241 | 0.02 | 0.15 | 0 | 0.05 | 293.33 | 0.56 | 0.87 |
Hex | ED | CD | F1 | 2 | F | 0 | 5 | 125 | 38 | 57 |
Octal | 355 | 315 | 361 | 2 | 17 | 0 | 5 | 445 | 70 | 127 |
Binary | 11101101 | 11001101 | 11110001 | 10 | 1111 | 0 | 101 | 100100101 | 111000 | 1010111 |
Color Harmonies of #EDCDF1
Complementary color
Monochromatic Colors of #EDCDF1
Black with #EDCDF1
Text Example
Text Example
White with #EDCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDF1; }
p { color: rgb(237,205,241); }
H1.HeaderClassName
{
color: #EDCDF1;
}
.AnyTagClassName
{
color: #EDCDF1;
}
</style>
background-color css
<style>
a { background-color: #EDCDF1; }
a { background-color: rgb(237,205,241); }
div.DivClassName
{
background-color: #EDCDF1;
}
.BgClassName
{
background-color: #EDCDF1;
}
</style>
border-color css
<style>
span { border-color: #EDCDF1; }
span { border-color: rgb(237,205,241); }
td.TdClassName
{
border-color: #EDCDF1;
}
.TagClassName
{
border-color: #EDCDF1;
}
</style>