Shades of Twilight #DDB7CC
Tints of Twilight #DDB7CC
RGB
CMYK
RGB Variations
Color information
#DDB7CC (or 0xDDB7CC) is known color: Twilight. HEX triplet: DD, B7 and CC. RGB value is (221,183,204). Sum of RGB (Red+Green+Blue) = 221+183+204=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7CC is #224833. Grayscale: #C4C4C4. Windows color (decimal): -2246708 or 13416413. OLE color: 13416413.
HSL color Cylindrical-coordinate representation of color #DDB7CC: hue angle of 326.84º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7CC is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 204 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.13 |
| HSL | 326.84º | 0.36% | 0.79% | - |
| HSV(B) | 326.84º | 0.17% | 0.87% | - |
| XYZ | 57.65 | 53.6 | 64.43 | - |
| YUV | 196.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 204 | 0 | 0.17 | 0.08 | 0.13 | 326.84 | 0.36 | 0.79 |
| Hex | DD | B7 | CC | 0 | 11 | 8 | D | 147 | 24 | 4F |
| Octal | 335 | 267 | 314 | 0 | 21 | 10 | 15 | 507 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11001100 | 0 | 10001 | 1000 | 1101 | 101000111 | 100100 | 1001111 |
Color Harmonies of #DDB7CC
Complementary color
Monochromatic Colors of #DDB7CC
Black with #DDB7CC
Text Example
Text Example
White with #DDB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7CC; }
p { color: rgb(221,183,204); }
H1.HeaderClassName
{
color: #DDB7CC;
}
.AnyTagClassName
{
color: #DDB7CC;
}
</style>
background-color css
<style>
a { background-color: #DDB7CC; }
a { background-color: rgb(221,183,204); }
div.DivClassName
{
background-color: #DDB7CC;
}
.BgClassName
{
background-color: #DDB7CC;
}
</style>
border-color css
<style>
span { border-color: #DDB7CC; }
span { border-color: rgb(221,183,204); }
td.TdClassName
{
border-color: #DDB7CC;
}
.TagClassName
{
border-color: #DDB7CC;
}
</style>