Shades of Snuff #EFCDF0
Tints of Snuff #EFCDF0
RGB
CMYK
RGB Variations
Color information
#EFCDF0 (or 0xEFCDF0) is known color: Snuff. HEX triplet: EF, CD and F0. RGB value is (239,205,240). Sum of RGB (Red+Green+Blue) = 239+205+240=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFCDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF0 is #10320F. Grayscale: #DBDBDB. Windows color (decimal): -1061392 or 15781359. OLE color: 15781359.
HSL color Cylindrical-coordinate representation of color #EFCDF0: hue angle of 298.29º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCDF0 is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 205 | 240 | - |
CMYK | 0.00 | 0.15 | 0 | 0.06 |
HSL | 298.29º | 0.54% | 0.87% | - |
HSV(B) | 298.29º | 0.15% | 0.94% | - |
XYZ | 73.16 | 68.3 | 91.77 | - |
YUV | 219.16 | 139.76 | 142.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 240 | 0.00 | 0.15 | 0 | 0.06 | 298.29 | 0.54 | 0.87 |
Hex | EF | CD | F0 | 0 | F | 0 | 6 | 12A | 36 | 57 |
Octal | 357 | 315 | 360 | 0 | 17 | 0 | 6 | 452 | 66 | 127 |
Binary | 11101111 | 11001101 | 11110000 | 0 | 1111 | 0 | 110 | 100101010 | 110110 | 1010111 |
Color Harmonies of #EFCDF0
Complementary color
Monochromatic Colors of #EFCDF0
Black with #EFCDF0
Text Example
Text Example
White with #EFCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDF0; }
p { color: rgb(239,205,240); }
H1.HeaderClassName
{
color: #EFCDF0;
}
.AnyTagClassName
{
color: #EFCDF0;
}
</style>
background-color css
<style>
a { background-color: #EFCDF0; }
a { background-color: rgb(239,205,240); }
div.DivClassName
{
background-color: #EFCDF0;
}
.BgClassName
{
background-color: #EFCDF0;
}
</style>
border-color css
<style>
span { border-color: #EFCDF0; }
span { border-color: rgb(239,205,240); }
td.TdClassName
{
border-color: #EFCDF0;
}
.TagClassName
{
border-color: #EFCDF0;
}
</style>