Shades of Snuff #EFDCEE
Tints of Snuff #EFDCEE
RGB
CMYK
RGB Variations
Color information
#EFDCEE (or 0xEFDCEE) is known color: Snuff. HEX triplet: EF, DC and EE. RGB value is (239,220,238). Sum of RGB (Red+Green+Blue) = 239+220+238=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCEE is #102311. Grayscale: #E3E3E3. Windows color (decimal): -1057554 or 15654127. OLE color: 15654127.
HSL color Cylindrical-coordinate representation of color #EFDCEE: hue angle of 303.16º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDCEE is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 238 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.06 |
| HSL | 303.16º | 0.37% | 0.9% | - |
| HSV(B) | 303.16º | 0.08% | 0.94% | - |
| XYZ | 76.62 | 75.71 | 91.46 | - |
| YUV | 227.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 238 | 0 | 0.08 | 0.00 | 0.06 | 303.16 | 0.37 | 0.9 |
| Hex | EF | DC | EE | 0 | 8 | 0 | 6 | 12F | 25 | 5A |
| Octal | 357 | 334 | 356 | 0 | 10 | 0 | 6 | 457 | 45 | 132 |
| Binary | 11101111 | 11011100 | 11101110 | 0 | 1000 | 0 | 110 | 100101111 | 100101 | 1011010 |
Color Harmonies of #EFDCEE
Complementary color
Monochromatic Colors of #EFDCEE
Black with #EFDCEE
Text Example
Text Example
White with #EFDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCEE; }
p { color: rgb(239,220,238); }
H1.HeaderClassName
{
color: #EFDCEE;
}
.AnyTagClassName
{
color: #EFDCEE;
}
</style>
background-color css
<style>
a { background-color: #EFDCEE; }
a { background-color: rgb(239,220,238); }
div.DivClassName
{
background-color: #EFDCEE;
}
.BgClassName
{
background-color: #EFDCEE;
}
</style>
border-color css
<style>
span { border-color: #EFDCEE; }
span { border-color: rgb(239,220,238); }
td.TdClassName
{
border-color: #EFDCEE;
}
.TagClassName
{
border-color: #EFDCEE;
}
</style>