Shades of Twilight #DAAFC5
Tints of Twilight #DAAFC5
RGB
CMYK
RGB Variations
Color information
#DAAFC5 (or 0xDAAFC5) is known color: Twilight. HEX triplet: DA, AF and C5. RGB value is (218,175,197). Sum of RGB (Red+Green+Blue) = 218+175+197=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC5 is #25503A. Grayscale: #BEBEBE. Windows color (decimal): -2445371 or 12955610. OLE color: 12955610.
HSL color Cylindrical-coordinate representation of color #DAAFC5: hue angle of 329.3º 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 #DAAFC5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 197 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.15 |
| HSL | 329.3º | 0.37% | 0.77% | - |
| HSV(B) | 329.3º | 0.2% | 0.85% | - |
| XYZ | 54.32 | 49.6 | 59.53 | - |
| YUV | 190.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 197 | 0 | 0.20 | 0.10 | 0.15 | 329.3 | 0.37 | 0.77 |
| Hex | DA | AF | C5 | 0 | 14 | A | F | 149 | 25 | 4D |
| Octal | 332 | 257 | 305 | 0 | 24 | 12 | 17 | 511 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11000101 | 0 | 10100 | 1010 | 1111 | 101001001 | 100101 | 1001101 |
Color Harmonies of #DAAFC5
Complementary color
Monochromatic Colors of #DAAFC5
Black with #DAAFC5
Text Example
Text Example
White with #DAAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFC5; }
p { color: rgb(218,175,197); }
H1.HeaderClassName
{
color: #DAAFC5;
}
.AnyTagClassName
{
color: #DAAFC5;
}
</style>
background-color css
<style>
a { background-color: #DAAFC5; }
a { background-color: rgb(218,175,197); }
div.DivClassName
{
background-color: #DAAFC5;
}
.BgClassName
{
background-color: #DAAFC5;
}
</style>
border-color css
<style>
span { border-color: #DAAFC5; }
span { border-color: rgb(218,175,197); }
td.TdClassName
{
border-color: #DAAFC5;
}
.TagClassName
{
border-color: #DAAFC5;
}
</style>