Shades of Twilight #DDBCD1
Tints of Twilight #DDBCD1
RGB
CMYK
RGB Variations
Color information
#DDBCD1 (or 0xDDBCD1) is known color: Twilight. HEX triplet: DD, BC and D1. RGB value is (221,188,209). Sum of RGB (Red+Green+Blue) = 221+188+209=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCD1 is #22432E. Grayscale: #C8C8C8. Windows color (decimal): -2245423 or 13745373. OLE color: 13745373.
HSL color Cylindrical-coordinate representation of color #DDBCD1: hue angle of 321.82º 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 #DDBCD1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 209 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.13 |
| HSL | 321.82º | 0.33% | 0.8% | - |
| HSV(B) | 321.82º | 0.15% | 0.87% | - |
| XYZ | 59.31 | 55.94 | 67.99 | - |
| YUV | 200.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 209 | 0 | 0.15 | 0.05 | 0.13 | 321.82 | 0.33 | 0.8 |
| Hex | DD | BC | D1 | 0 | F | 5 | D | 142 | 21 | 50 |
| Octal | 335 | 274 | 321 | 0 | 17 | 5 | 15 | 502 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11010001 | 0 | 1111 | 101 | 1101 | 101000010 | 100001 | 1010000 |
Color Harmonies of #DDBCD1
Complementary color
Monochromatic Colors of #DDBCD1
Black with #DDBCD1
Text Example
Text Example
White with #DDBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCD1; }
p { color: rgb(221,188,209); }
H1.HeaderClassName
{
color: #DDBCD1;
}
.AnyTagClassName
{
color: #DDBCD1;
}
</style>
background-color css
<style>
a { background-color: #DDBCD1; }
a { background-color: rgb(221,188,209); }
div.DivClassName
{
background-color: #DDBCD1;
}
.BgClassName
{
background-color: #DDBCD1;
}
</style>
border-color css
<style>
span { border-color: #DDBCD1; }
span { border-color: rgb(221,188,209); }
td.TdClassName
{
border-color: #DDBCD1;
}
.TagClassName
{
border-color: #DDBCD1;
}
</style>