Shades of Twilight #DFA9CC
Tints of Twilight #DFA9CC
RGB
CMYK
RGB Variations
Color information
#DFA9CC (or 0xDFA9CC) is known color: Twilight. HEX triplet: DF, A9 and CC. RGB value is (223,169,204). Sum of RGB (Red+Green+Blue) = 223+169+204=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9CC is #205633. Grayscale: #BDBDBD. Windows color (decimal): -2119220 or 13412831. OLE color: 13412831.
HSL color Cylindrical-coordinate representation of color #DFA9CC: hue angle of 321.11º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFA9CC is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 204 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.13 |
| HSL | 321.11º | 0.46% | 0.77% | - |
| HSV(B) | 321.11º | 0.24% | 0.87% | - |
| XYZ | 55.52 | 48.42 | 63.55 | - |
| YUV | 189.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 204 | 0 | 0.24 | 0.09 | 0.13 | 321.11 | 0.46 | 0.77 |
| Hex | DF | A9 | CC | 0 | 18 | 9 | D | 141 | 2E | 4D |
| Octal | 337 | 251 | 314 | 0 | 30 | 11 | 15 | 501 | 56 | 115 |
| Binary | 11011111 | 10101001 | 11001100 | 0 | 11000 | 1001 | 1101 | 101000001 | 101110 | 1001101 |
Color Harmonies of #DFA9CC
Complementary color
Monochromatic Colors of #DFA9CC
Black with #DFA9CC
Text Example
Text Example
White with #DFA9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9CC; }
p { color: rgb(223,169,204); }
H1.HeaderClassName
{
color: #DFA9CC;
}
.AnyTagClassName
{
color: #DFA9CC;
}
</style>
background-color css
<style>
a { background-color: #DFA9CC; }
a { background-color: rgb(223,169,204); }
div.DivClassName
{
background-color: #DFA9CC;
}
.BgClassName
{
background-color: #DFA9CC;
}
</style>
border-color css
<style>
span { border-color: #DFA9CC; }
span { border-color: rgb(223,169,204); }
td.TdClassName
{
border-color: #DFA9CC;
}
.TagClassName
{
border-color: #DFA9CC;
}
</style>