Shades of Twilight #DDBDC9
Tints of Twilight #DDBDC9
RGB
CMYK
RGB Variations
Color information
#DDBDC9 (or 0xDDBDC9) is known color: Twilight. HEX triplet: DD, BD and C9. RGB value is (221,189,201). Sum of RGB (Red+Green+Blue) = 221+189+201=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC9 is #224236. Grayscale: #C7C7C7. Windows color (decimal): -2245175 or 13221341. OLE color: 13221341.
HSL color Cylindrical-coordinate representation of color #DDBDC9: hue angle of 337.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDC9 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 201 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.13 |
| HSL | 337.5º | 0.32% | 0.8% | - |
| HSV(B) | 337.5º | 0.14% | 0.87% | - |
| XYZ | 58.56 | 55.98 | 62.98 | - |
| YUV | 199.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 201 | 0 | 0.14 | 0.09 | 0.13 | 337.5 | 0.32 | 0.8 |
| Hex | DD | BD | C9 | 0 | E | 9 | D | 152 | 20 | 50 |
| Octal | 335 | 275 | 311 | 0 | 16 | 11 | 15 | 522 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11001001 | 0 | 1110 | 1001 | 1101 | 101010010 | 100000 | 1010000 |
Color Harmonies of #DDBDC9
Complementary color
Monochromatic Colors of #DDBDC9
Black with #DDBDC9
Text Example
Text Example
White with #DDBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDC9; }
p { color: rgb(221,189,201); }
H1.HeaderClassName
{
color: #DDBDC9;
}
.AnyTagClassName
{
color: #DDBDC9;
}
</style>
background-color css
<style>
a { background-color: #DDBDC9; }
a { background-color: rgb(221,189,201); }
div.DivClassName
{
background-color: #DDBDC9;
}
.BgClassName
{
background-color: #DDBDC9;
}
</style>
border-color css
<style>
span { border-color: #DDBDC9; }
span { border-color: rgb(221,189,201); }
td.TdClassName
{
border-color: #DDBDC9;
}
.TagClassName
{
border-color: #DDBDC9;
}
</style>