Shades of Snuff #E2CDDF
Tints of Snuff #E2CDDF
RGB
CMYK
RGB Variations
Color information
#E2CDDF (or 0xE2CDDF) is known color: Snuff. HEX triplet: E2, CD and DF. RGB value is (226,205,223). Sum of RGB (Red+Green+Blue) = 226+205+223=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDDF is #1D3220. Grayscale: #D5D5D5. Windows color (decimal): -1913377 or 14667234. OLE color: 14667234.
HSL color Cylindrical-coordinate representation of color #E2CDDF: hue angle of 308.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDDF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 205 | 223 | - |
CMYK | 0 | 0.09 | 0.01 | 0.11 |
HSL | 308.57º | 0.27% | 0.85% | - |
HSV(B) | 308.57º | 0.09% | 0.89% | - |
XYZ | 66.51 | 65.16 | 78.88 | - |
YUV | 213.33 | 133.46 | 137.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 205 | 223 | 0 | 0.09 | 0.01 | 0.11 | 308.57 | 0.27 | 0.85 |
Hex | E2 | CD | DF | 0 | 9 | 1 | B | 135 | 1B | 55 |
Octal | 342 | 315 | 337 | 0 | 11 | 1 | 13 | 465 | 33 | 125 |
Binary | 11100010 | 11001101 | 11011111 | 0 | 1001 | 1 | 1011 | 100110101 | 11011 | 1010101 |
Color Harmonies of #E2CDDF
Complementary color
Monochromatic Colors of #E2CDDF
Black with #E2CDDF
Text Example
Text Example
White with #E2CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDDF; }
p { color: rgb(226,205,223); }
H1.HeaderClassName
{
color: #E2CDDF;
}
.AnyTagClassName
{
color: #E2CDDF;
}
</style>
background-color css
<style>
a { background-color: #E2CDDF; }
a { background-color: rgb(226,205,223); }
div.DivClassName
{
background-color: #E2CDDF;
}
.BgClassName
{
background-color: #E2CDDF;
}
</style>
border-color css
<style>
span { border-color: #E2CDDF; }
span { border-color: rgb(226,205,223); }
td.TdClassName
{
border-color: #E2CDDF;
}
.TagClassName
{
border-color: #E2CDDF;
}
</style>