Shades of Snuff #EFCDEF
Tints of Snuff #EFCDEF
RGB
CMYK
RGB Variations
Color information
#EFCDEF (or 0xEFCDEF) is known color: Snuff. HEX triplet: EF, CD and EF. RGB value is (239,205,239). Sum of RGB (Red+Green+Blue) = 239+205+239=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDEF is #103210. Grayscale: #DADADA. Windows color (decimal): -1061393 or 15715823. OLE color: 15715823.
HSL color Cylindrical-coordinate representation of color #EFCDEF: hue angle of 300º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDEF is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 239 | - |
| CMYK | 0 | 0.14 | 0 | 0.06 |
| HSL | 300º | 0.52% | 0.87% | - |
| HSV(B) | 300º | 0.14% | 0.94% | - |
| XYZ | 73.01 | 68.25 | 90.99 | - |
| YUV | 219.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 239 | 0 | 0.14 | 0 | 0.06 | 300 | 0.52 | 0.87 |
| Hex | EF | CD | EF | 0 | E | 0 | 6 | 12C | 34 | 57 |
| Octal | 357 | 315 | 357 | 0 | 16 | 0 | 6 | 454 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11101111 | 0 | 1110 | 0 | 110 | 100101100 | 110100 | 1010111 |
Color Harmonies of #EFCDEF
Complementary color
Monochromatic Colors of #EFCDEF
Black with #EFCDEF
Text Example
Text Example
White with #EFCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDEF; }
p { color: rgb(239,205,239); }
H1.HeaderClassName
{
color: #EFCDEF;
}
.AnyTagClassName
{
color: #EFCDEF;
}
</style>
background-color css
<style>
a { background-color: #EFCDEF; }
a { background-color: rgb(239,205,239); }
div.DivClassName
{
background-color: #EFCDEF;
}
.BgClassName
{
background-color: #EFCDEF;
}
</style>
border-color css
<style>
span { border-color: #EFCDEF; }
span { border-color: rgb(239,205,239); }
td.TdClassName
{
border-color: #EFCDEF;
}
.TagClassName
{
border-color: #EFCDEF;
}
</style>