Shades of Snuff #EFCDED
Tints of Snuff #EFCDED
RGB
CMYK
RGB Variations
Color information
#EFCDED (or 0xEFCDED) is known color: Snuff. HEX triplet: EF, CD and ED. RGB value is (239,205,237). Sum of RGB (Red+Green+Blue) = 239+205+237=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDED is #103212. Grayscale: #DADADA. Windows color (decimal): -1061395 or 15584751. OLE color: 15584751.
HSL color Cylindrical-coordinate representation of color #EFCDED: hue angle of 303.53º 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 #EFCDED is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 205 | 237 | - |
CMYK | 0 | 0.14 | 0.01 | 0.06 |
HSL | 303.53º | 0.52% | 0.87% | - |
HSV(B) | 303.53º | 0.14% | 0.94% | - |
XYZ | 72.71 | 68.13 | 89.44 | - |
YUV | 218.81 | 138.26 | 142.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 237 | 0 | 0.14 | 0.01 | 0.06 | 303.53 | 0.52 | 0.87 |
Hex | EF | CD | ED | 0 | E | 1 | 6 | 130 | 34 | 57 |
Octal | 357 | 315 | 355 | 0 | 16 | 1 | 6 | 460 | 64 | 127 |
Binary | 11101111 | 11001101 | 11101101 | 0 | 1110 | 1 | 110 | 100110000 | 110100 | 1010111 |
Color Harmonies of #EFCDED
Complementary color
Monochromatic Colors of #EFCDED
Black with #EFCDED
Text Example
Text Example
White with #EFCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDED; }
p { color: rgb(239,205,237); }
H1.HeaderClassName
{
color: #EFCDED;
}
.AnyTagClassName
{
color: #EFCDED;
}
</style>
background-color css
<style>
a { background-color: #EFCDED; }
a { background-color: rgb(239,205,237); }
div.DivClassName
{
background-color: #EFCDED;
}
.BgClassName
{
background-color: #EFCDED;
}
</style>
border-color css
<style>
span { border-color: #EFCDED; }
span { border-color: rgb(239,205,237); }
td.TdClassName
{
border-color: #EFCDED;
}
.TagClassName
{
border-color: #EFCDED;
}
</style>