Shades of Snuff #DDC7E2
Tints of Snuff #DDC7E2
RGB
CMYK
RGB Variations
Color information
#DDC7E2 (or 0xDDC7E2) is known color: Snuff. HEX triplet: DD, C7 and E2. RGB value is (221,199,226). Sum of RGB (Red+Green+Blue) = 221+199+226=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDC7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7E2 is #22381D. Grayscale: #D0D0D0. Windows color (decimal): -2242590 or 14862301. OLE color: 14862301.
HSL color Cylindrical-coordinate representation of color #DDC7E2: hue angle of 288.89º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC7E2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 199 | 226 | - |
CMYK | 0.02 | 0.12 | 0 | 0.11 |
HSL | 288.89º | 0.32% | 0.83% | - |
HSV(B) | 288.89º | 0.12% | 0.89% | - |
XYZ | 63.97 | 61.71 | 80.49 | - |
YUV | 208.66 | 137.79 | 136.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 199 | 226 | 0.02 | 0.12 | 0 | 0.11 | 288.89 | 0.32 | 0.83 |
Hex | DD | C7 | E2 | 2 | C | 0 | B | 121 | 20 | 53 |
Octal | 335 | 307 | 342 | 2 | 14 | 0 | 13 | 441 | 40 | 123 |
Binary | 11011101 | 11000111 | 11100010 | 10 | 1100 | 0 | 1011 | 100100001 | 100000 | 1010011 |
Color Harmonies of #DDC7E2
Complementary color
Monochromatic Colors of #DDC7E2
Black with #DDC7E2
Text Example
Text Example
White with #DDC7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7E2; }
p { color: rgb(221,199,226); }
H1.HeaderClassName
{
color: #DDC7E2;
}
.AnyTagClassName
{
color: #DDC7E2;
}
</style>
background-color css
<style>
a { background-color: #DDC7E2; }
a { background-color: rgb(221,199,226); }
div.DivClassName
{
background-color: #DDC7E2;
}
.BgClassName
{
background-color: #DDC7E2;
}
</style>
border-color css
<style>
span { border-color: #DDC7E2; }
span { border-color: rgb(221,199,226); }
td.TdClassName
{
border-color: #DDC7E2;
}
.TagClassName
{
border-color: #DDC7E2;
}
</style>