Shades of Snuff #EFCCEE
Tints of Snuff #EFCCEE
RGB
CMYK
RGB Variations
Color information
#EFCCEE (or 0xEFCCEE) is known color: Snuff. HEX triplet: EF, CC and EE. RGB value is (239,204,238). Sum of RGB (Red+Green+Blue) = 239+204+238=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCEE is #103311. Grayscale: #DADADA. Windows color (decimal): -1061650 or 15650031. OLE color: 15650031.
HSL color Cylindrical-coordinate representation of color #EFCCEE: hue angle of 301.71º degrees, saturation: 0.52, 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 #EFCCEE is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 238 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.06 |
| HSL | 301.71º | 0.52% | 0.87% | - |
| HSV(B) | 301.71º | 0.15% | 0.94% | - |
| XYZ | 72.62 | 67.71 | 90.13 | - |
| YUV | 218.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 238 | 0 | 0.15 | 0.00 | 0.06 | 301.71 | 0.52 | 0.87 |
| Hex | EF | CC | EE | 0 | F | 0 | 6 | 12E | 34 | 57 |
| Octal | 357 | 314 | 356 | 0 | 17 | 0 | 6 | 456 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11101110 | 0 | 1111 | 0 | 110 | 100101110 | 110100 | 1010111 |
Color Harmonies of #EFCCEE
Complementary color
Monochromatic Colors of #EFCCEE
Black with #EFCCEE
Text Example
Text Example
White with #EFCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCEE; }
p { color: rgb(239,204,238); }
H1.HeaderClassName
{
color: #EFCCEE;
}
.AnyTagClassName
{
color: #EFCCEE;
}
</style>
background-color css
<style>
a { background-color: #EFCCEE; }
a { background-color: rgb(239,204,238); }
div.DivClassName
{
background-color: #EFCCEE;
}
.BgClassName
{
background-color: #EFCCEE;
}
</style>
border-color css
<style>
span { border-color: #EFCCEE; }
span { border-color: rgb(239,204,238); }
td.TdClassName
{
border-color: #EFCCEE;
}
.TagClassName
{
border-color: #EFCCEE;
}
</style>