Shades of Twilight #DDACC7
Tints of Twilight #DDACC7
RGB
CMYK
RGB Variations
Color information
#DDACC7 (or 0xDDACC7) is known color: Twilight. HEX triplet: DD, AC and C7. RGB value is (221,172,199). Sum of RGB (Red+Green+Blue) = 221+172+199=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC7 is #225338. Grayscale: #BDBDBD. Windows color (decimal): -2249529 or 13085917. OLE color: 13085917.
HSL color Cylindrical-coordinate representation of color #DDACC7: hue angle of 326.94º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACC7 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 199 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.13 |
| HSL | 326.94º | 0.42% | 0.77% | - |
| HSV(B) | 326.94º | 0.22% | 0.87% | - |
| XYZ | 54.88 | 49 | 60.6 | - |
| YUV | 189.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 199 | 0 | 0.22 | 0.10 | 0.13 | 326.94 | 0.42 | 0.77 |
| Hex | DD | AC | C7 | 0 | 16 | A | D | 147 | 2A | 4D |
| Octal | 335 | 254 | 307 | 0 | 26 | 12 | 15 | 507 | 52 | 115 |
| Binary | 11011101 | 10101100 | 11000111 | 0 | 10110 | 1010 | 1101 | 101000111 | 101010 | 1001101 |
Color Harmonies of #DDACC7
Complementary color
Monochromatic Colors of #DDACC7
Black with #DDACC7
Text Example
Text Example
White with #DDACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACC7; }
p { color: rgb(221,172,199); }
H1.HeaderClassName
{
color: #DDACC7;
}
.AnyTagClassName
{
color: #DDACC7;
}
</style>
background-color css
<style>
a { background-color: #DDACC7; }
a { background-color: rgb(221,172,199); }
div.DivClassName
{
background-color: #DDACC7;
}
.BgClassName
{
background-color: #DDACC7;
}
</style>
border-color css
<style>
span { border-color: #DDACC7; }
span { border-color: rgb(221,172,199); }
td.TdClassName
{
border-color: #DDACC7;
}
.TagClassName
{
border-color: #DDACC7;
}
</style>