Shades of Snuff #EFDEEA
Tints of Snuff #EFDEEA
RGB
CMYK
RGB Variations
Color information
#EFDEEA (or 0xEFDEEA) is known color: Snuff. HEX triplet: EF, DE and EA. RGB value is (239,222,234). Sum of RGB (Red+Green+Blue) = 239+222+234=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEEA is #102115. Grayscale: #E4E4E4. Windows color (decimal): -1057046 or 15392495. OLE color: 15392495.
HSL color Cylindrical-coordinate representation of color #EFDEEA: hue angle of 317.65º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDEEA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 234 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.06 |
| HSL | 317.65º | 0.35% | 0.9% | - |
| HSV(B) | 317.65º | 0.07% | 0.94% | - |
| XYZ | 76.57 | 76.53 | 88.58 | - |
| YUV | 228.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 234 | 0 | 0.07 | 0.02 | 0.06 | 317.65 | 0.35 | 0.9 |
| Hex | EF | DE | EA | 0 | 7 | 2 | 6 | 13E | 23 | 5A |
| Octal | 357 | 336 | 352 | 0 | 7 | 2 | 6 | 476 | 43 | 132 |
| Binary | 11101111 | 11011110 | 11101010 | 0 | 111 | 10 | 110 | 100111110 | 100011 | 1011010 |
Color Harmonies of #EFDEEA
Complementary color
Monochromatic Colors of #EFDEEA
Black with #EFDEEA
Text Example
Text Example
White with #EFDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEEA; }
p { color: rgb(239,222,234); }
H1.HeaderClassName
{
color: #EFDEEA;
}
.AnyTagClassName
{
color: #EFDEEA;
}
</style>
background-color css
<style>
a { background-color: #EFDEEA; }
a { background-color: rgb(239,222,234); }
div.DivClassName
{
background-color: #EFDEEA;
}
.BgClassName
{
background-color: #EFDEEA;
}
</style>
border-color css
<style>
span { border-color: #EFDEEA; }
span { border-color: rgb(239,222,234); }
td.TdClassName
{
border-color: #EFDEEA;
}
.TagClassName
{
border-color: #EFDEEA;
}
</style>