Shades of Snuff #EECFEC
Tints of Snuff #EECFEC
RGB
CMYK
RGB Variations
Color information
#EECFEC (or 0xEECFEC) is known color: Snuff. HEX triplet: EE, CF and EC. RGB value is (238,207,236). Sum of RGB (Red+Green+Blue) = 238+207+236=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFEC is #113013. Grayscale: #DBDBDB. Windows color (decimal): -1126420 or 15519726. OLE color: 15519726.
HSL color Cylindrical-coordinate representation of color #EECFEC: hue angle of 303.87º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFEC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 207 | 236 | - |
CMYK | 0 | 0.13 | 0.01 | 0.07 |
HSL | 303.87º | 0.48% | 0.87% | - |
HSV(B) | 303.87º | 0.13% | 0.93% | - |
XYZ | 72.71 | 68.86 | 88.82 | - |
YUV | 219.58 | 137.27 | 141.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 207 | 236 | 0 | 0.13 | 0.01 | 0.07 | 303.87 | 0.48 | 0.87 |
Hex | EE | CF | EC | 0 | D | 1 | 7 | 130 | 30 | 57 |
Octal | 356 | 317 | 354 | 0 | 15 | 1 | 7 | 460 | 60 | 127 |
Binary | 11101110 | 11001111 | 11101100 | 0 | 1101 | 1 | 111 | 100110000 | 110000 | 1010111 |
Color Harmonies of #EECFEC
Complementary color
Monochromatic Colors of #EECFEC
Black with #EECFEC
Text Example
Text Example
White with #EECFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFEC; }
p { color: rgb(238,207,236); }
H1.HeaderClassName
{
color: #EECFEC;
}
.AnyTagClassName
{
color: #EECFEC;
}
</style>
background-color css
<style>
a { background-color: #EECFEC; }
a { background-color: rgb(238,207,236); }
div.DivClassName
{
background-color: #EECFEC;
}
.BgClassName
{
background-color: #EECFEC;
}
</style>
border-color css
<style>
span { border-color: #EECFEC; }
span { border-color: rgb(238,207,236); }
td.TdClassName
{
border-color: #EECFEC;
}
.TagClassName
{
border-color: #EECFEC;
}
</style>