Shades of Twilight #D9AFC4
Tints of Twilight #D9AFC4
RGB
CMYK
RGB Variations
Color information
#D9AFC4 (or 0xD9AFC4) is known color: Twilight. HEX triplet: D9, AF and C4. RGB value is (217,175,196). Sum of RGB (Red+Green+Blue) = 217+175+196=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFC4 is #26503B. Grayscale: #BDBDBD. Windows color (decimal): -2510908 or 12890073. OLE color: 12890073.
HSL color Cylindrical-coordinate representation of color #D9AFC4: hue angle of 330º 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 #D9AFC4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 196 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.15 |
| HSL | 330º | 0.36% | 0.77% | - |
| HSV(B) | 330º | 0.19% | 0.85% | - |
| XYZ | 53.91 | 49.4 | 58.92 | - |
| YUV | 189.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 196 | 0 | 0.19 | 0.10 | 0.15 | 330 | 0.36 | 0.77 |
| Hex | D9 | AF | C4 | 0 | 13 | A | F | 14A | 24 | 4D |
| Octal | 331 | 257 | 304 | 0 | 23 | 12 | 17 | 512 | 44 | 115 |
| Binary | 11011001 | 10101111 | 11000100 | 0 | 10011 | 1010 | 1111 | 101001010 | 100100 | 1001101 |
Color Harmonies of #D9AFC4
Complementary color
Monochromatic Colors of #D9AFC4
Black with #D9AFC4
Text Example
Text Example
White with #D9AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFC4; }
p { color: rgb(217,175,196); }
H1.HeaderClassName
{
color: #D9AFC4;
}
.AnyTagClassName
{
color: #D9AFC4;
}
</style>
background-color css
<style>
a { background-color: #D9AFC4; }
a { background-color: rgb(217,175,196); }
div.DivClassName
{
background-color: #D9AFC4;
}
.BgClassName
{
background-color: #D9AFC4;
}
</style>
border-color css
<style>
span { border-color: #D9AFC4; }
span { border-color: rgb(217,175,196); }
td.TdClassName
{
border-color: #D9AFC4;
}
.TagClassName
{
border-color: #D9AFC4;
}
</style>