Shades of Twilight #DAAFC9
Tints of Twilight #DAAFC9
RGB
CMYK
RGB Variations
Color information
#DAAFC9 (or 0xDAAFC9) is known color: Twilight. HEX triplet: DA, AF and C9. RGB value is (218,175,201). Sum of RGB (Red+Green+Blue) = 218+175+201=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC9 is #255036. Grayscale: #BEBEBE. Windows color (decimal): -2445367 or 13217754. OLE color: 13217754.
HSL color Cylindrical-coordinate representation of color #DAAFC9: hue angle of 323.72º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFC9 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 201 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.15 |
| HSL | 323.72º | 0.37% | 0.77% | - |
| HSV(B) | 323.72º | 0.2% | 0.85% | - |
| XYZ | 54.79 | 49.78 | 61.98 | - |
| YUV | 190.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 201 | 0 | 0.20 | 0.08 | 0.15 | 323.72 | 0.37 | 0.77 |
| Hex | DA | AF | C9 | 0 | 14 | 8 | F | 144 | 25 | 4D |
| Octal | 332 | 257 | 311 | 0 | 24 | 10 | 17 | 504 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11001001 | 0 | 10100 | 1000 | 1111 | 101000100 | 100101 | 1001101 |
Color Harmonies of #DAAFC9
Complementary color
Monochromatic Colors of #DAAFC9
Black with #DAAFC9
Text Example
Text Example
White with #DAAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFC9; }
p { color: rgb(218,175,201); }
H1.HeaderClassName
{
color: #DAAFC9;
}
.AnyTagClassName
{
color: #DAAFC9;
}
</style>
background-color css
<style>
a { background-color: #DAAFC9; }
a { background-color: rgb(218,175,201); }
div.DivClassName
{
background-color: #DAAFC9;
}
.BgClassName
{
background-color: #DAAFC9;
}
</style>
border-color css
<style>
span { border-color: #DAAFC9; }
span { border-color: rgb(218,175,201); }
td.TdClassName
{
border-color: #DAAFC9;
}
.TagClassName
{
border-color: #DAAFC9;
}
</style>