Shades of Snuff #EFDEEE
Tints of Snuff #EFDEEE
RGB
CMYK
RGB Variations
Color information
#EFDEEE (or 0xEFDEEE) is known color: Snuff. HEX triplet: EF, DE and EE. RGB value is (239,222,238). Sum of RGB (Red+Green+Blue) = 239+222+238=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEEE is #102111. Grayscale: #E4E4E4. Windows color (decimal): -1057042 or 15654639. OLE color: 15654639.
HSL color Cylindrical-coordinate representation of color #EFDEEE: hue angle of 303.53º 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 #EFDEEE is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 222 | 238 | - |
CMYK | 0 | 0.07 | 0.00 | 0.06 |
HSL | 303.53º | 0.35% | 0.9% | - |
HSV(B) | 303.53º | 0.07% | 0.94% | - |
XYZ | 77.15 | 76.77 | 91.64 | - |
YUV | 228.91 | 133.13 | 135.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 222 | 238 | 0 | 0.07 | 0.00 | 0.06 | 303.53 | 0.35 | 0.9 |
Hex | EF | DE | EE | 0 | 7 | 0 | 6 | 130 | 23 | 5A |
Octal | 357 | 336 | 356 | 0 | 7 | 0 | 6 | 460 | 43 | 132 |
Binary | 11101111 | 11011110 | 11101110 | 0 | 111 | 0 | 110 | 100110000 | 100011 | 1011010 |
Color Harmonies of #EFDEEE
Complementary color
Monochromatic Colors of #EFDEEE
Black with #EFDEEE
Text Example
Text Example
White with #EFDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEEE; }
p { color: rgb(239,222,238); }
H1.HeaderClassName
{
color: #EFDEEE;
}
.AnyTagClassName
{
color: #EFDEEE;
}
</style>
background-color css
<style>
a { background-color: #EFDEEE; }
a { background-color: rgb(239,222,238); }
div.DivClassName
{
background-color: #EFDEEE;
}
.BgClassName
{
background-color: #EFDEEE;
}
</style>
border-color css
<style>
span { border-color: #EFDEEE; }
span { border-color: rgb(239,222,238); }
td.TdClassName
{
border-color: #EFDEEE;
}
.TagClassName
{
border-color: #EFDEEE;
}
</style>