Shades of Twilight #DDACCC
Tints of Twilight #DDACCC
RGB
CMYK
RGB Variations
Color information
#DDACCC (or 0xDDACCC) is known color: Twilight. HEX triplet: DD, AC and CC. RGB value is (221,172,204). Sum of RGB (Red+Green+Blue) = 221+172+204=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACCC is #225333. Grayscale: #BEBEBE. Windows color (decimal): -2249524 or 13413597. OLE color: 13413597.
HSL color Cylindrical-coordinate representation of color #DDACCC: hue angle of 320.82º 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 #DDACCC is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 204 | - |
CMYK | 0 | 0.22 | 0.08 | 0.13 |
HSL | 320.82º | 0.42% | 0.77% | - |
HSV(B) | 320.82º | 0.22% | 0.87% | - |
XYZ | 55.47 | 49.24 | 63.71 | - |
YUV | 190.3 | 135.73 | 149.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 204 | 0 | 0.22 | 0.08 | 0.13 | 320.82 | 0.42 | 0.77 |
Hex | DD | AC | CC | 0 | 16 | 8 | D | 141 | 2A | 4D |
Octal | 335 | 254 | 314 | 0 | 26 | 10 | 15 | 501 | 52 | 115 |
Binary | 11011101 | 10101100 | 11001100 | 0 | 10110 | 1000 | 1101 | 101000001 | 101010 | 1001101 |
Color Harmonies of #DDACCC
Complementary color
Monochromatic Colors of #DDACCC
Black with #DDACCC
Text Example
Text Example
White with #DDACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACCC; }
p { color: rgb(221,172,204); }
H1.HeaderClassName
{
color: #DDACCC;
}
.AnyTagClassName
{
color: #DDACCC;
}
</style>
background-color css
<style>
a { background-color: #DDACCC; }
a { background-color: rgb(221,172,204); }
div.DivClassName
{
background-color: #DDACCC;
}
.BgClassName
{
background-color: #DDACCC;
}
</style>
border-color css
<style>
span { border-color: #DDACCC; }
span { border-color: rgb(221,172,204); }
td.TdClassName
{
border-color: #DDACCC;
}
.TagClassName
{
border-color: #DDACCC;
}
</style>