Shades of Twilight #DDBBC9
Tints of Twilight #DDBBC9
RGB
CMYK
RGB Variations
Color information
#DDBBC9 (or 0xDDBBC9) is known color: Twilight. HEX triplet: DD, BB and C9. RGB value is (221,187,201). Sum of RGB (Red+Green+Blue) = 221+187+201=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC9 is #224436. Grayscale: #C6C6C6. Windows color (decimal): -2245687 or 13220829. OLE color: 13220829.
HSL color Cylindrical-coordinate representation of color #DDBBC9: hue angle of 335.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBC9 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 201 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.13 |
| HSL | 335.29º | 0.33% | 0.8% | - |
| HSV(B) | 335.29º | 0.15% | 0.87% | - |
| XYZ | 58.13 | 55.13 | 62.84 | - |
| YUV | 198.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 201 | 0 | 0.15 | 0.09 | 0.13 | 335.29 | 0.33 | 0.8 |
| Hex | DD | BB | C9 | 0 | F | 9 | D | 14F | 21 | 50 |
| Octal | 335 | 273 | 311 | 0 | 17 | 11 | 15 | 517 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11001001 | 0 | 1111 | 1001 | 1101 | 101001111 | 100001 | 1010000 |
Color Harmonies of #DDBBC9
Complementary color
Monochromatic Colors of #DDBBC9
Black with #DDBBC9
Text Example
Text Example
White with #DDBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBC9; }
p { color: rgb(221,187,201); }
H1.HeaderClassName
{
color: #DDBBC9;
}
.AnyTagClassName
{
color: #DDBBC9;
}
</style>
background-color css
<style>
a { background-color: #DDBBC9; }
a { background-color: rgb(221,187,201); }
div.DivClassName
{
background-color: #DDBBC9;
}
.BgClassName
{
background-color: #DDBBC9;
}
</style>
border-color css
<style>
span { border-color: #DDBBC9; }
span { border-color: rgb(221,187,201); }
td.TdClassName
{
border-color: #DDBBC9;
}
.TagClassName
{
border-color: #DDBBC9;
}
</style>