Shades of Twilight #DAADC4
Tints of Twilight #DAADC4
RGB
CMYK
RGB Variations
Color information
#DAADC4 (or 0xDAADC4) is known color: Twilight. HEX triplet: DA, AD and C4. RGB value is (218,173,196). Sum of RGB (Red+Green+Blue) = 218+173+196=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC4 is #25523B. Grayscale: #BDBDBD. Windows color (decimal): -2445884 or 12889562. OLE color: 12889562.
HSL color Cylindrical-coordinate representation of color #DAADC4: hue angle of 329.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADC4 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 196 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.15 |
| HSL | 329.33º | 0.38% | 0.77% | - |
| HSV(B) | 329.33º | 0.21% | 0.85% | - |
| XYZ | 53.82 | 48.78 | 58.8 | - |
| YUV | 189.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 196 | 0 | 0.21 | 0.10 | 0.15 | 329.33 | 0.38 | 0.77 |
| Hex | DA | AD | C4 | 0 | 15 | A | F | 149 | 26 | 4D |
| Octal | 332 | 255 | 304 | 0 | 25 | 12 | 17 | 511 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11000100 | 0 | 10101 | 1010 | 1111 | 101001001 | 100110 | 1001101 |
Color Harmonies of #DAADC4
Complementary color
Monochromatic Colors of #DAADC4
Black with #DAADC4
Text Example
Text Example
White with #DAADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADC4; }
p { color: rgb(218,173,196); }
H1.HeaderClassName
{
color: #DAADC4;
}
.AnyTagClassName
{
color: #DAADC4;
}
</style>
background-color css
<style>
a { background-color: #DAADC4; }
a { background-color: rgb(218,173,196); }
div.DivClassName
{
background-color: #DAADC4;
}
.BgClassName
{
background-color: #DAADC4;
}
</style>
border-color css
<style>
span { border-color: #DAADC4; }
span { border-color: rgb(218,173,196); }
td.TdClassName
{
border-color: #DAADC4;
}
.TagClassName
{
border-color: #DAADC4;
}
</style>