Shades of Snuff #E6DFE6
Tints of Snuff #E6DFE6
RGB
CMYK
RGB Variations
Color information
#E6DFE6 (or 0xE6DFE6) is known color: Snuff. HEX triplet: E6, DF and E6. RGB value is (230,223,230). Sum of RGB (Red+Green+Blue) = 230+223+230=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E6DFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFE6 is #192019. Grayscale: #E1E1E1. Windows color (decimal): -1646618 or 15130598. OLE color: 15130598.
HSL color Cylindrical-coordinate representation of color #E6DFE6: hue angle of 300º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DFE6 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 223 | 230 | - |
CMYK | 0 | 0.03 | 0 | 0.10 |
HSL | 300º | 0.12% | 0.89% | - |
HSV(B) | 300º | 0.03% | 0.9% | - |
XYZ | 73.3 | 75.31 | 85.54 | - |
YUV | 225.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 223 | 230 | 0 | 0.03 | 0 | 0.10 | 300 | 0.12 | 0.89 |
Hex | E6 | DF | E6 | 0 | 3 | 0 | A | 12C | C | 59 |
Octal | 346 | 337 | 346 | 0 | 3 | 0 | 12 | 454 | 14 | 131 |
Binary | 11100110 | 11011111 | 11100110 | 0 | 11 | 0 | 1010 | 100101100 | 1100 | 1011001 |
Color Harmonies of #E6DFE6
Complementary color
Monochromatic Colors of #E6DFE6
Black with #E6DFE6
Text Example
Text Example
White with #E6DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFE6; }
p { color: rgb(230,223,230); }
H1.HeaderClassName
{
color: #E6DFE6;
}
.AnyTagClassName
{
color: #E6DFE6;
}
</style>
background-color css
<style>
a { background-color: #E6DFE6; }
a { background-color: rgb(230,223,230); }
div.DivClassName
{
background-color: #E6DFE6;
}
.BgClassName
{
background-color: #E6DFE6;
}
</style>
border-color css
<style>
span { border-color: #E6DFE6; }
span { border-color: rgb(230,223,230); }
td.TdClassName
{
border-color: #E6DFE6;
}
.TagClassName
{
border-color: #E6DFE6;
}
</style>