Shades of Snuff #EFCDF1
Tints of Snuff #EFCDF1
RGB
CMYK
RGB Variations
Color information
#EFCDF1 (or 0xEFCDF1) is known color: Snuff. HEX triplet: EF, CD and F1. RGB value is (239,205,241). Sum of RGB (Red+Green+Blue) = 239+205+241=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFCDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF1 is #10320E. Grayscale: #DBDBDB. Windows color (decimal): -1061391 or 15846895. OLE color: 15846895.
HSL color Cylindrical-coordinate representation of color #EFCDF1: hue angle of 296.67º 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 #EFCDF1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 205 | 241 | - |
CMYK | 0.01 | 0.15 | 0 | 0.05 |
HSL | 296.67º | 0.56% | 0.87% | - |
HSV(B) | 296.67º | 0.15% | 0.95% | - |
XYZ | 73.31 | 68.36 | 92.55 | - |
YUV | 219.27 | 140.26 | 142.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 241 | 0.01 | 0.15 | 0 | 0.05 | 296.67 | 0.56 | 0.87 |
Hex | EF | CD | F1 | 1 | F | 0 | 5 | 129 | 38 | 57 |
Octal | 357 | 315 | 361 | 1 | 17 | 0 | 5 | 451 | 70 | 127 |
Binary | 11101111 | 11001101 | 11110001 | 1 | 1111 | 0 | 101 | 100101001 | 111000 | 1010111 |
Color Harmonies of #EFCDF1
Complementary color
Monochromatic Colors of #EFCDF1
Black with #EFCDF1
Text Example
Text Example
White with #EFCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDF1; }
p { color: rgb(239,205,241); }
H1.HeaderClassName
{
color: #EFCDF1;
}
.AnyTagClassName
{
color: #EFCDF1;
}
</style>
background-color css
<style>
a { background-color: #EFCDF1; }
a { background-color: rgb(239,205,241); }
div.DivClassName
{
background-color: #EFCDF1;
}
.BgClassName
{
background-color: #EFCDF1;
}
</style>
border-color css
<style>
span { border-color: #EFCDF1; }
span { border-color: rgb(239,205,241); }
td.TdClassName
{
border-color: #EFCDF1;
}
.TagClassName
{
border-color: #EFCDF1;
}
</style>