Shades of Twilight #DAAFC4
Tints of Twilight #DAAFC4
RGB
CMYK
RGB Variations
Color information
#DAAFC4 (or 0xDAAFC4) is known color: Twilight. HEX triplet: DA, AF and C4. RGB value is (218,175,196). Sum of RGB (Red+Green+Blue) = 218+175+196=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFC4 is #25503B. Grayscale: #BEBEBE. Windows color (decimal): -2445372 or 12890074. OLE color: 12890074.
HSL color Cylindrical-coordinate representation of color #DAAFC4: hue angle of 330.7º 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 #DAAFC4 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 196 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.15 |
| HSL | 330.7º | 0.37% | 0.77% | - |
| HSV(B) | 330.7º | 0.2% | 0.85% | - |
| XYZ | 54.21 | 49.55 | 58.93 | - |
| YUV | 190.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 196 | 0 | 0.20 | 0.10 | 0.15 | 330.7 | 0.37 | 0.77 |
| Hex | DA | AF | C4 | 0 | 14 | A | F | 14B | 25 | 4D |
| Octal | 332 | 257 | 304 | 0 | 24 | 12 | 17 | 513 | 45 | 115 |
| Binary | 11011010 | 10101111 | 11000100 | 0 | 10100 | 1010 | 1111 | 101001011 | 100101 | 1001101 |
Color Harmonies of #DAAFC4
Complementary color
Monochromatic Colors of #DAAFC4
Black with #DAAFC4
Text Example
Text Example
White with #DAAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFC4; }
p { color: rgb(218,175,196); }
H1.HeaderClassName
{
color: #DAAFC4;
}
.AnyTagClassName
{
color: #DAAFC4;
}
</style>
background-color css
<style>
a { background-color: #DAAFC4; }
a { background-color: rgb(218,175,196); }
div.DivClassName
{
background-color: #DAAFC4;
}
.BgClassName
{
background-color: #DAAFC4;
}
</style>
border-color css
<style>
span { border-color: #DAAFC4; }
span { border-color: rgb(218,175,196); }
td.TdClassName
{
border-color: #DAAFC4;
}
.TagClassName
{
border-color: #DAAFC4;
}
</style>