Shades of Twilight #DDC7D3
Tints of Twilight #DDC7D3
RGB
CMYK
RGB Variations
Color information
#DDC7D3 (or 0xDDC7D3) is known color: Twilight. HEX triplet: DD, C7 and D3. RGB value is (221,199,211). Sum of RGB (Red+Green+Blue) = 221+199+211=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D3 is #22382C. Grayscale: #CECECE. Windows color (decimal): -2242605 or 13879261. OLE color: 13879261.
HSL color Cylindrical-coordinate representation of color #DDC7D3: hue angle of 327.27º degrees, saturation: 0.24, 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 #DDC7D3 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 211 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.13 |
| HSL | 327.27º | 0.24% | 0.82% | - |
| HSV(B) | 327.27º | 0.1% | 0.87% | - |
| XYZ | 62 | 60.92 | 70.12 | - |
| YUV | 206.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 211 | 0 | 0.10 | 0.05 | 0.13 | 327.27 | 0.24 | 0.82 |
| Hex | DD | C7 | D3 | 0 | A | 5 | D | 147 | 18 | 52 |
| Octal | 335 | 307 | 323 | 0 | 12 | 5 | 15 | 507 | 30 | 122 |
| Binary | 11011101 | 11000111 | 11010011 | 0 | 1010 | 101 | 1101 | 101000111 | 11000 | 1010010 |
Color Harmonies of #DDC7D3
Complementary color
Monochromatic Colors of #DDC7D3
Black with #DDC7D3
Text Example
Text Example
White with #DDC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7D3; }
p { color: rgb(221,199,211); }
H1.HeaderClassName
{
color: #DDC7D3;
}
.AnyTagClassName
{
color: #DDC7D3;
}
</style>
background-color css
<style>
a { background-color: #DDC7D3; }
a { background-color: rgb(221,199,211); }
div.DivClassName
{
background-color: #DDC7D3;
}
.BgClassName
{
background-color: #DDC7D3;
}
</style>
border-color css
<style>
span { border-color: #DDC7D3; }
span { border-color: rgb(221,199,211); }
td.TdClassName
{
border-color: #DDC7D3;
}
.TagClassName
{
border-color: #DDC7D3;
}
</style>