Shades of Twilight #D9AFC5
Tints of Twilight #D9AFC5
RGB
CMYK
RGB Variations
Color information
#D9AFC5 (or 0xD9AFC5) is known color: Twilight. HEX triplet: D9, AF and C5. RGB value is (217,175,197). Sum of RGB (Red+Green+Blue) = 217+175+197=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFC5 is #26503A. Grayscale: #BEBEBE. Windows color (decimal): -2510907 or 12955609. OLE color: 12955609.
HSL color Cylindrical-coordinate representation of color #D9AFC5: hue angle of 328.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFC5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 197 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.15 |
| HSL | 328.57º | 0.36% | 0.77% | - |
| HSV(B) | 328.57º | 0.19% | 0.85% | - |
| XYZ | 54.02 | 49.44 | 59.52 | - |
| YUV | 190.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 197 | 0 | 0.19 | 0.09 | 0.15 | 328.57 | 0.36 | 0.77 |
| Hex | D9 | AF | C5 | 0 | 13 | 9 | F | 149 | 24 | 4D |
| Octal | 331 | 257 | 305 | 0 | 23 | 11 | 17 | 511 | 44 | 115 |
| Binary | 11011001 | 10101111 | 11000101 | 0 | 10011 | 1001 | 1111 | 101001001 | 100100 | 1001101 |
Color Harmonies of #D9AFC5
Complementary color
Monochromatic Colors of #D9AFC5
Black with #D9AFC5
Text Example
Text Example
White with #D9AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFC5; }
p { color: rgb(217,175,197); }
H1.HeaderClassName
{
color: #D9AFC5;
}
.AnyTagClassName
{
color: #D9AFC5;
}
</style>
background-color css
<style>
a { background-color: #D9AFC5; }
a { background-color: rgb(217,175,197); }
div.DivClassName
{
background-color: #D9AFC5;
}
.BgClassName
{
background-color: #D9AFC5;
}
</style>
border-color css
<style>
span { border-color: #D9AFC5; }
span { border-color: rgb(217,175,197); }
td.TdClassName
{
border-color: #D9AFC5;
}
.TagClassName
{
border-color: #D9AFC5;
}
</style>