Shades of Twilight #DAAFC7
Tints of Twilight #DAAFC7
RGB
CMYK
RGB Variations
Color information
#DAAFC7 (or 0xDAAFC7) is known color: Twilight. HEX triplet: DA, AF and C7. RGB value is (218,175,199). Sum of RGB (Red+Green+Blue) = 218+175+199=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC7 is #255038. Grayscale: #BEBEBE. Windows color (decimal): -2445369 or 13086682. OLE color: 13086682.
HSL color Cylindrical-coordinate representation of color #DAAFC7: hue angle of 326.51º 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 #DAAFC7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 199 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.15 |
| HSL | 326.51º | 0.37% | 0.77% | - |
| HSV(B) | 326.51º | 0.2% | 0.85% | - |
| XYZ | 54.55 | 49.69 | 60.75 | - |
| YUV | 190.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 199 | 0 | 0.20 | 0.09 | 0.15 | 326.51 | 0.37 | 0.77 |
| Hex | DA | AF | C7 | 0 | 14 | 9 | F | 147 | 25 | 4D |
| Octal | 332 | 257 | 307 | 0 | 24 | 11 | 17 | 507 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11000111 | 0 | 10100 | 1001 | 1111 | 101000111 | 100101 | 1001101 |
Color Harmonies of #DAAFC7
Complementary color
Monochromatic Colors of #DAAFC7
Black with #DAAFC7
Text Example
Text Example
White with #DAAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFC7; }
p { color: rgb(218,175,199); }
H1.HeaderClassName
{
color: #DAAFC7;
}
.AnyTagClassName
{
color: #DAAFC7;
}
</style>
background-color css
<style>
a { background-color: #DAAFC7; }
a { background-color: rgb(218,175,199); }
div.DivClassName
{
background-color: #DAAFC7;
}
.BgClassName
{
background-color: #DAAFC7;
}
</style>
border-color css
<style>
span { border-color: #DAAFC7; }
span { border-color: rgb(218,175,199); }
td.TdClassName
{
border-color: #DAAFC7;
}
.TagClassName
{
border-color: #DAAFC7;
}
</style>