Shades of Snuff #EFDFEC
Tints of Snuff #EFDFEC
RGB
CMYK
RGB Variations
Color information
#EFDFEC (or 0xEFDFEC) is known color: Snuff. HEX triplet: EF, DF and EC. RGB value is (239,223,236). Sum of RGB (Red+Green+Blue) = 239+223+236=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFEC is #102013. Grayscale: #E5E5E5. Windows color (decimal): -1056788 or 15523823. OLE color: 15523823.
HSL color Cylindrical-coordinate representation of color #EFDFEC: hue angle of 311.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDFEC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 223 | 236 | - |
CMYK | 0 | 0.07 | 0.01 | 0.06 |
HSL | 311.25º | 0.33% | 0.91% | - |
HSV(B) | 311.25º | 0.07% | 0.94% | - |
XYZ | 77.12 | 77.18 | 90.19 | - |
YUV | 229.27 | 131.8 | 134.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 223 | 236 | 0 | 0.07 | 0.01 | 0.06 | 311.25 | 0.33 | 0.91 |
Hex | EF | DF | EC | 0 | 7 | 1 | 6 | 137 | 21 | 5B |
Octal | 357 | 337 | 354 | 0 | 7 | 1 | 6 | 467 | 41 | 133 |
Binary | 11101111 | 11011111 | 11101100 | 0 | 111 | 1 | 110 | 100110111 | 100001 | 1011011 |
Color Harmonies of #EFDFEC
Complementary color
Monochromatic Colors of #EFDFEC
Black with #EFDFEC
Text Example
Text Example
White with #EFDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFEC; }
p { color: rgb(239,223,236); }
H1.HeaderClassName
{
color: #EFDFEC;
}
.AnyTagClassName
{
color: #EFDFEC;
}
</style>
background-color css
<style>
a { background-color: #EFDFEC; }
a { background-color: rgb(239,223,236); }
div.DivClassName
{
background-color: #EFDFEC;
}
.BgClassName
{
background-color: #EFDFEC;
}
</style>
border-color css
<style>
span { border-color: #EFDFEC; }
span { border-color: rgb(239,223,236); }
td.TdClassName
{
border-color: #EFDFEC;
}
.TagClassName
{
border-color: #EFDFEC;
}
</style>