Shades of Twilight #DDBCD0
Tints of Twilight #DDBCD0
RGB
CMYK
RGB Variations
Color information
#DDBCD0 (or 0xDDBCD0) is known color: Twilight. HEX triplet: DD, BC and D0. RGB value is (221,188,208). Sum of RGB (Red+Green+Blue) = 221+188+208=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCD0 is #22432F. Grayscale: #C8C8C8. Windows color (decimal): -2245424 or 13679837. OLE color: 13679837.
HSL color Cylindrical-coordinate representation of color #DDBCD0: hue angle of 323.64º 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 #DDBCD0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 208 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.13 |
| HSL | 323.64º | 0.33% | 0.8% | - |
| HSV(B) | 323.64º | 0.15% | 0.87% | - |
| XYZ | 59.19 | 55.89 | 67.34 | - |
| YUV | 200.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 208 | 0 | 0.15 | 0.06 | 0.13 | 323.64 | 0.33 | 0.8 |
| Hex | DD | BC | D0 | 0 | F | 6 | D | 144 | 21 | 50 |
| Octal | 335 | 274 | 320 | 0 | 17 | 6 | 15 | 504 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11010000 | 0 | 1111 | 110 | 1101 | 101000100 | 100001 | 1010000 |
Color Harmonies of #DDBCD0
Complementary color
Monochromatic Colors of #DDBCD0
Black with #DDBCD0
Text Example
Text Example
White with #DDBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCD0; }
p { color: rgb(221,188,208); }
H1.HeaderClassName
{
color: #DDBCD0;
}
.AnyTagClassName
{
color: #DDBCD0;
}
</style>
background-color css
<style>
a { background-color: #DDBCD0; }
a { background-color: rgb(221,188,208); }
div.DivClassName
{
background-color: #DDBCD0;
}
.BgClassName
{
background-color: #DDBCD0;
}
</style>
border-color css
<style>
span { border-color: #DDBCD0; }
span { border-color: rgb(221,188,208); }
td.TdClassName
{
border-color: #DDBCD0;
}
.TagClassName
{
border-color: #DDBCD0;
}
</style>