Shades of Twilight #DFA9CB
Tints of Twilight #DFA9CB
RGB
CMYK
RGB Variations
Color information
#DFA9CB (or 0xDFA9CB) is known color: Twilight. HEX triplet: DF, A9 and CB. RGB value is (223,169,203). Sum of RGB (Red+Green+Blue) = 223+169+203=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9CB is #205634. Grayscale: #BCBCBC. Windows color (decimal): -2119221 or 13347295. OLE color: 13347295.
HSL color Cylindrical-coordinate representation of color #DFA9CB: hue angle of 322.22º 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 #DFA9CB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 203 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.13 |
| HSL | 322.22º | 0.46% | 0.77% | - |
| HSV(B) | 322.22º | 0.24% | 0.87% | - |
| XYZ | 55.4 | 48.38 | 62.92 | - |
| YUV | 189.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 203 | 0 | 0.24 | 0.09 | 0.13 | 322.22 | 0.46 | 0.77 |
| Hex | DF | A9 | CB | 0 | 18 | 9 | D | 142 | 2E | 4D |
| Octal | 337 | 251 | 313 | 0 | 30 | 11 | 15 | 502 | 56 | 115 |
| Binary | 11011111 | 10101001 | 11001011 | 0 | 11000 | 1001 | 1101 | 101000010 | 101110 | 1001101 |
Color Harmonies of #DFA9CB
Complementary color
Monochromatic Colors of #DFA9CB
Black with #DFA9CB
Text Example
Text Example
White with #DFA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9CB; }
p { color: rgb(223,169,203); }
H1.HeaderClassName
{
color: #DFA9CB;
}
.AnyTagClassName
{
color: #DFA9CB;
}
</style>
background-color css
<style>
a { background-color: #DFA9CB; }
a { background-color: rgb(223,169,203); }
div.DivClassName
{
background-color: #DFA9CB;
}
.BgClassName
{
background-color: #DFA9CB;
}
</style>
border-color css
<style>
span { border-color: #DFA9CB; }
span { border-color: rgb(223,169,203); }
td.TdClassName
{
border-color: #DFA9CB;
}
.TagClassName
{
border-color: #DFA9CB;
}
</style>