Shades of Twilight #DAAEC8
Tints of Twilight #DAAEC8
RGB
CMYK
RGB Variations
Color information
#DAAEC8 (or 0xDAAEC8) is known color: Twilight. HEX triplet: DA, AE and C8. RGB value is (218,174,200). Sum of RGB (Red+Green+Blue) = 218+174+200=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC8 is #255137. Grayscale: #BEBEBE. Windows color (decimal): -2445624 or 13151962. OLE color: 13151962.
HSL color Cylindrical-coordinate representation of color #DAAEC8: hue angle of 324.55º 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 #DAAEC8 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 200 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.15 |
| HSL | 324.55º | 0.37% | 0.77% | - |
| HSV(B) | 324.55º | 0.2% | 0.85% | - |
| XYZ | 54.47 | 49.35 | 61.3 | - |
| YUV | 190.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 200 | 0 | 0.20 | 0.08 | 0.15 | 324.55 | 0.37 | 0.77 |
| Hex | DA | AE | C8 | 0 | 14 | 8 | F | 145 | 25 | 4D |
| Octal | 332 | 256 | 310 | 0 | 24 | 10 | 17 | 505 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11001000 | 0 | 10100 | 1000 | 1111 | 101000101 | 100101 | 1001101 |
Color Harmonies of #DAAEC8
Complementary color
Monochromatic Colors of #DAAEC8
Black with #DAAEC8
Text Example
Text Example
White with #DAAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEC8; }
p { color: rgb(218,174,200); }
H1.HeaderClassName
{
color: #DAAEC8;
}
.AnyTagClassName
{
color: #DAAEC8;
}
</style>
background-color css
<style>
a { background-color: #DAAEC8; }
a { background-color: rgb(218,174,200); }
div.DivClassName
{
background-color: #DAAEC8;
}
.BgClassName
{
background-color: #DAAEC8;
}
</style>
border-color css
<style>
span { border-color: #DAAEC8; }
span { border-color: rgb(218,174,200); }
td.TdClassName
{
border-color: #DAAEC8;
}
.TagClassName
{
border-color: #DAAEC8;
}
</style>