Shades of Twilight #DDB3C9
Tints of Twilight #DDB3C9
RGB
CMYK
RGB Variations
Color information
#DDB3C9 (or 0xDDB3C9) is known color: Twilight. HEX triplet: DD, B3 and C9. RGB value is (221,179,201). Sum of RGB (Red+Green+Blue) = 221+179+201=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3C9 is #224C36. Grayscale: #C2C2C2. Windows color (decimal): -2247735 or 13218781. OLE color: 13218781.
HSL color Cylindrical-coordinate representation of color #DDB3C9: hue angle of 328.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3C9 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 201 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.13 |
| HSL | 328.57º | 0.38% | 0.78% | - |
| HSV(B) | 328.57º | 0.19% | 0.87% | - |
| XYZ | 56.48 | 51.83 | 62.29 | - |
| YUV | 194.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 201 | 0 | 0.19 | 0.09 | 0.13 | 328.57 | 0.38 | 0.78 |
| Hex | DD | B3 | C9 | 0 | 13 | 9 | D | 149 | 26 | 4E |
| Octal | 335 | 263 | 311 | 0 | 23 | 11 | 15 | 511 | 46 | 116 |
| Binary | 11011101 | 10110011 | 11001001 | 0 | 10011 | 1001 | 1101 | 101001001 | 100110 | 1001110 |
Color Harmonies of #DDB3C9
Complementary color
Monochromatic Colors of #DDB3C9
Black with #DDB3C9
Text Example
Text Example
White with #DDB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3C9; }
p { color: rgb(221,179,201); }
H1.HeaderClassName
{
color: #DDB3C9;
}
.AnyTagClassName
{
color: #DDB3C9;
}
</style>
background-color css
<style>
a { background-color: #DDB3C9; }
a { background-color: rgb(221,179,201); }
div.DivClassName
{
background-color: #DDB3C9;
}
.BgClassName
{
background-color: #DDB3C9;
}
</style>
border-color css
<style>
span { border-color: #DDB3C9; }
span { border-color: rgb(221,179,201); }
td.TdClassName
{
border-color: #DDB3C9;
}
.TagClassName
{
border-color: #DDB3C9;
}
</style>