Shades of Twilight #DDC6D1
Tints of Twilight #DDC6D1
RGB
CMYK
RGB Variations
Color information
#DDC6D1 (or 0xDDC6D1) is known color: Twilight. HEX triplet: DD, C6 and D1. RGB value is (221,198,209). Sum of RGB (Red+Green+Blue) = 221+198+209=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D1 is #22392E. Grayscale: #CECECE. Windows color (decimal): -2242863 or 13747933. OLE color: 13747933.
HSL color Cylindrical-coordinate representation of color #DDC6D1: hue angle of 331.3º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6D1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 209 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.13 |
| HSL | 331.3º | 0.25% | 0.82% | - |
| HSV(B) | 331.3º | 0.1% | 0.87% | - |
| XYZ | 61.52 | 60.36 | 68.73 | - |
| YUV | 206.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 209 | 0 | 0.10 | 0.05 | 0.13 | 331.3 | 0.25 | 0.82 |
| Hex | DD | C6 | D1 | 0 | A | 5 | D | 14B | 19 | 52 |
| Octal | 335 | 306 | 321 | 0 | 12 | 5 | 15 | 513 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11010001 | 0 | 1010 | 101 | 1101 | 101001011 | 11001 | 1010010 |
Color Harmonies of #DDC6D1
Complementary color
Monochromatic Colors of #DDC6D1
Black with #DDC6D1
Text Example
Text Example
White with #DDC6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6D1; }
p { color: rgb(221,198,209); }
H1.HeaderClassName
{
color: #DDC6D1;
}
.AnyTagClassName
{
color: #DDC6D1;
}
</style>
background-color css
<style>
a { background-color: #DDC6D1; }
a { background-color: rgb(221,198,209); }
div.DivClassName
{
background-color: #DDC6D1;
}
.BgClassName
{
background-color: #DDC6D1;
}
</style>
border-color css
<style>
span { border-color: #DDC6D1; }
span { border-color: rgb(221,198,209); }
td.TdClassName
{
border-color: #DDC6D1;
}
.TagClassName
{
border-color: #DDC6D1;
}
</style>