Shades of Twilight #DDC6D6
Tints of Twilight #DDC6D6
RGB
CMYK
RGB Variations
Color information
#DDC6D6 (or 0xDDC6D6) is known color: Twilight. HEX triplet: DD, C6 and D6. RGB value is (221,198,214). Sum of RGB (Red+Green+Blue) = 221+198+214=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D6 is #223929. Grayscale: #CECECE. Windows color (decimal): -2242858 or 14075613. OLE color: 14075613.
HSL color Cylindrical-coordinate representation of color #DDC6D6: hue angle of 318.26º 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 #DDC6D6 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 214 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.13 |
| HSL | 318.26º | 0.25% | 0.82% | - |
| HSV(B) | 318.26º | 0.1% | 0.87% | - |
| XYZ | 62.15 | 60.62 | 72.04 | - |
| YUV | 206.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 214 | 0 | 0.10 | 0.03 | 0.13 | 318.26 | 0.25 | 0.82 |
| Hex | DD | C6 | D6 | 0 | A | 3 | D | 13E | 19 | 52 |
| Octal | 335 | 306 | 326 | 0 | 12 | 3 | 15 | 476 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11010110 | 0 | 1010 | 11 | 1101 | 100111110 | 11001 | 1010010 |
Color Harmonies of #DDC6D6
Complementary color
Monochromatic Colors of #DDC6D6
Black with #DDC6D6
Text Example
Text Example
White with #DDC6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6D6; }
p { color: rgb(221,198,214); }
H1.HeaderClassName
{
color: #DDC6D6;
}
.AnyTagClassName
{
color: #DDC6D6;
}
</style>
background-color css
<style>
a { background-color: #DDC6D6; }
a { background-color: rgb(221,198,214); }
div.DivClassName
{
background-color: #DDC6D6;
}
.BgClassName
{
background-color: #DDC6D6;
}
</style>
border-color css
<style>
span { border-color: #DDC6D6; }
span { border-color: rgb(221,198,214); }
td.TdClassName
{
border-color: #DDC6D6;
}
.TagClassName
{
border-color: #DDC6D6;
}
</style>