Shades of Snuff #E3DFE3
Tints of Snuff #E3DFE3
RGB
CMYK
RGB Variations
Color information
#E3DFE3 (or 0xE3DFE3) is known color: Snuff. HEX triplet: E3, DF and E3. RGB value is (227,223,227). Sum of RGB (Red+Green+Blue) = 227+223+227=677 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.53% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E3DFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DFE3 is #1C201C. Grayscale: #E0E0E0. Windows color (decimal): -1843229 or 14933987. OLE color: 14933987.
HSL color Cylindrical-coordinate representation of color #E3DFE3: hue angle of 300º degrees, saturation: 0.07, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E3DFE3 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 223 | 227 | - |
CMYK | 0 | 0.02 | 0 | 0.11 |
HSL | 300º | 0.07% | 0.88% | - |
HSV(B) | 300º | 0.02% | 0.89% | - |
XYZ | 71.93 | 74.65 | 83.29 | - |
YUV | 224.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 223 | 227 | 0 | 0.02 | 0 | 0.11 | 300 | 0.07 | 0.88 |
Hex | E3 | DF | E3 | 0 | 2 | 0 | B | 12C | 7 | 58 |
Octal | 343 | 337 | 343 | 0 | 2 | 0 | 13 | 454 | 7 | 130 |
Binary | 11100011 | 11011111 | 11100011 | 0 | 10 | 0 | 1011 | 100101100 | 111 | 1011000 |
Color Harmonies of #E3DFE3
Complementary color
Monochromatic Colors of #E3DFE3
Black with #E3DFE3
Text Example
Text Example
White with #E3DFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFE3; }
p { color: rgb(227,223,227); }
H1.HeaderClassName
{
color: #E3DFE3;
}
.AnyTagClassName
{
color: #E3DFE3;
}
</style>
background-color css
<style>
a { background-color: #E3DFE3; }
a { background-color: rgb(227,223,227); }
div.DivClassName
{
background-color: #E3DFE3;
}
.BgClassName
{
background-color: #E3DFE3;
}
</style>
border-color css
<style>
span { border-color: #E3DFE3; }
span { border-color: rgb(227,223,227); }
td.TdClassName
{
border-color: #E3DFE3;
}
.TagClassName
{
border-color: #E3DFE3;
}
</style>