Shades of Twilight #DAAEC7
Tints of Twilight #DAAEC7
RGB
CMYK
RGB Variations
Color information
#DAAEC7 (or 0xDAAEC7) is known color: Twilight. HEX triplet: DA, AE and C7. RGB value is (218,174,199). Sum of RGB (Red+Green+Blue) = 218+174+199=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC7 is #255138. Grayscale: #BDBDBD. Windows color (decimal): -2445625 or 13086426. OLE color: 13086426.
HSL color Cylindrical-coordinate representation of color #DAAEC7: hue angle of 325.91º 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 #DAAEC7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 199 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.15 |
| HSL | 325.91º | 0.37% | 0.77% | - |
| HSV(B) | 325.91º | 0.2% | 0.85% | - |
| XYZ | 54.36 | 49.3 | 60.68 | - |
| YUV | 190.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 199 | 0 | 0.20 | 0.09 | 0.15 | 325.91 | 0.37 | 0.77 |
| Hex | DA | AE | C7 | 0 | 14 | 9 | F | 146 | 25 | 4D |
| Octal | 332 | 256 | 307 | 0 | 24 | 11 | 17 | 506 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11000111 | 0 | 10100 | 1001 | 1111 | 101000110 | 100101 | 1001101 |
Color Harmonies of #DAAEC7
Complementary color
Monochromatic Colors of #DAAEC7
Black with #DAAEC7
Text Example
Text Example
White with #DAAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEC7; }
p { color: rgb(218,174,199); }
H1.HeaderClassName
{
color: #DAAEC7;
}
.AnyTagClassName
{
color: #DAAEC7;
}
</style>
background-color css
<style>
a { background-color: #DAAEC7; }
a { background-color: rgb(218,174,199); }
div.DivClassName
{
background-color: #DAAEC7;
}
.BgClassName
{
background-color: #DAAEC7;
}
</style>
border-color css
<style>
span { border-color: #DAAEC7; }
span { border-color: rgb(218,174,199); }
td.TdClassName
{
border-color: #DAAEC7;
}
.TagClassName
{
border-color: #DAAEC7;
}
</style>