Shades of Twilight #DDC6D3
Tints of Twilight #DDC6D3
RGB
CMYK
RGB Variations
Color information
#DDC6D3 (or 0xDDC6D3) is known color: Twilight. HEX triplet: DD, C6 and D3. RGB value is (221,198,211). Sum of RGB (Red+Green+Blue) = 221+198+211=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D3 is #22392C. Grayscale: #CECECE. Windows color (decimal): -2242861 or 13879005. OLE color: 13879005.
HSL color Cylindrical-coordinate representation of color #DDC6D3: hue angle of 326.09º 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 #DDC6D3 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 211 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.13 |
| HSL | 326.09º | 0.25% | 0.82% | - |
| HSV(B) | 326.09º | 0.1% | 0.87% | - |
| XYZ | 61.77 | 60.46 | 70.04 | - |
| YUV | 206.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 211 | 0 | 0.10 | 0.05 | 0.13 | 326.09 | 0.25 | 0.82 |
| Hex | DD | C6 | D3 | 0 | A | 5 | D | 146 | 19 | 52 |
| Octal | 335 | 306 | 323 | 0 | 12 | 5 | 15 | 506 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11010011 | 0 | 1010 | 101 | 1101 | 101000110 | 11001 | 1010010 |
Color Harmonies of #DDC6D3
Complementary color
Monochromatic Colors of #DDC6D3
Black with #DDC6D3
Text Example
Text Example
White with #DDC6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6D3; }
p { color: rgb(221,198,211); }
H1.HeaderClassName
{
color: #DDC6D3;
}
.AnyTagClassName
{
color: #DDC6D3;
}
</style>
background-color css
<style>
a { background-color: #DDC6D3; }
a { background-color: rgb(221,198,211); }
div.DivClassName
{
background-color: #DDC6D3;
}
.BgClassName
{
background-color: #DDC6D3;
}
</style>
border-color css
<style>
span { border-color: #DDC6D3; }
span { border-color: rgb(221,198,211); }
td.TdClassName
{
border-color: #DDC6D3;
}
.TagClassName
{
border-color: #DDC6D3;
}
</style>