Shades of Twilight #DDB0C9
Tints of Twilight #DDB0C9
RGB
CMYK
RGB Variations
Color information
#DDB0C9 (or 0xDDB0C9) is known color: Twilight. HEX triplet: DD, B0 and C9. RGB value is (221,176,201). Sum of RGB (Red+Green+Blue) = 221+176+201=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0C9 is #224F36. Grayscale: #C0C0C0. Windows color (decimal): -2248503 or 13218013. OLE color: 13218013.
HSL color Cylindrical-coordinate representation of color #DDB0C9: hue angle of 326.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0C9 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 201 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.13 |
| HSL | 326.67º | 0.4% | 0.78% | - |
| HSV(B) | 326.67º | 0.2% | 0.87% | - |
| XYZ | 55.89 | 50.64 | 62.09 | - |
| YUV | 192.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 201 | 0 | 0.20 | 0.09 | 0.13 | 326.67 | 0.4 | 0.78 |
| Hex | DD | B0 | C9 | 0 | 14 | 9 | D | 147 | 28 | 4E |
| Octal | 335 | 260 | 311 | 0 | 24 | 11 | 15 | 507 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11001001 | 0 | 10100 | 1001 | 1101 | 101000111 | 101000 | 1001110 |
Color Harmonies of #DDB0C9
Complementary color
Monochromatic Colors of #DDB0C9
Black with #DDB0C9
Text Example
Text Example
White with #DDB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0C9; }
p { color: rgb(221,176,201); }
H1.HeaderClassName
{
color: #DDB0C9;
}
.AnyTagClassName
{
color: #DDB0C9;
}
</style>
background-color css
<style>
a { background-color: #DDB0C9; }
a { background-color: rgb(221,176,201); }
div.DivClassName
{
background-color: #DDB0C9;
}
.BgClassName
{
background-color: #DDB0C9;
}
</style>
border-color css
<style>
span { border-color: #DDB0C9; }
span { border-color: rgb(221,176,201); }
td.TdClassName
{
border-color: #DDB0C9;
}
.TagClassName
{
border-color: #DDB0C9;
}
</style>