Shades of Twilight #DDB0CD
Tints of Twilight #DDB0CD
RGB
CMYK
RGB Variations
Color information
#DDB0CD (or 0xDDB0CD) is known color: Twilight. HEX triplet: DD, B0 and CD. RGB value is (221,176,205). Sum of RGB (Red+Green+Blue) = 221+176+205=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0CD is #224F32. Grayscale: #C0C0C0. Windows color (decimal): -2248499 or 13480157. OLE color: 13480157.
HSL color Cylindrical-coordinate representation of color #DDB0CD: hue angle of 321.33º 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 #DDB0CD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 205 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.13 |
| HSL | 321.33º | 0.4% | 0.78% | - |
| HSV(B) | 321.33º | 0.2% | 0.87% | - |
| XYZ | 56.36 | 50.83 | 64.6 | - |
| YUV | 192.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 205 | 0 | 0.20 | 0.07 | 0.13 | 321.33 | 0.4 | 0.78 |
| Hex | DD | B0 | CD | 0 | 14 | 7 | D | 141 | 28 | 4E |
| Octal | 335 | 260 | 315 | 0 | 24 | 7 | 15 | 501 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11001101 | 0 | 10100 | 111 | 1101 | 101000001 | 101000 | 1001110 |
Color Harmonies of #DDB0CD
Complementary color
Monochromatic Colors of #DDB0CD
Black with #DDB0CD
Text Example
Text Example
White with #DDB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0CD; }
p { color: rgb(221,176,205); }
H1.HeaderClassName
{
color: #DDB0CD;
}
.AnyTagClassName
{
color: #DDB0CD;
}
</style>
background-color css
<style>
a { background-color: #DDB0CD; }
a { background-color: rgb(221,176,205); }
div.DivClassName
{
background-color: #DDB0CD;
}
.BgClassName
{
background-color: #DDB0CD;
}
</style>
border-color css
<style>
span { border-color: #DDB0CD; }
span { border-color: rgb(221,176,205); }
td.TdClassName
{
border-color: #DDB0CD;
}
.TagClassName
{
border-color: #DDB0CD;
}
</style>