Shades of Twilight #DDACC6
Tints of Twilight #DDACC6
RGB
CMYK
RGB Variations
Color information
#DDACC6 (or 0xDDACC6) is known color: Twilight. HEX triplet: DD, AC and C6. RGB value is (221,172,198). Sum of RGB (Red+Green+Blue) = 221+172+198=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC6 is #225339. Grayscale: #BDBDBD. Windows color (decimal): -2249530 or 13020381. OLE color: 13020381.
HSL color Cylindrical-coordinate representation of color #DDACC6: hue angle of 328.16º 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 #DDACC6 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 198 | - |
CMYK | 0 | 0.22 | 0.10 | 0.13 |
HSL | 328.16º | 0.42% | 0.77% | - |
HSV(B) | 328.16º | 0.22% | 0.87% | - |
XYZ | 54.76 | 48.95 | 59.99 | - |
YUV | 189.62 | 132.73 | 150.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 198 | 0 | 0.22 | 0.10 | 0.13 | 328.16 | 0.42 | 0.77 |
Hex | DD | AC | C6 | 0 | 16 | A | D | 148 | 2A | 4D |
Octal | 335 | 254 | 306 | 0 | 26 | 12 | 15 | 510 | 52 | 115 |
Binary | 11011101 | 10101100 | 11000110 | 0 | 10110 | 1010 | 1101 | 101001000 | 101010 | 1001101 |
Color Harmonies of #DDACC6
Complementary color
Monochromatic Colors of #DDACC6
Black with #DDACC6
Text Example
Text Example
White with #DDACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACC6; }
p { color: rgb(221,172,198); }
H1.HeaderClassName
{
color: #DDACC6;
}
.AnyTagClassName
{
color: #DDACC6;
}
</style>
background-color css
<style>
a { background-color: #DDACC6; }
a { background-color: rgb(221,172,198); }
div.DivClassName
{
background-color: #DDACC6;
}
.BgClassName
{
background-color: #DDACC6;
}
</style>
border-color css
<style>
span { border-color: #DDACC6; }
span { border-color: rgb(221,172,198); }
td.TdClassName
{
border-color: #DDACC6;
}
.TagClassName
{
border-color: #DDACC6;
}
</style>