Shades of Twilight #DAADC5
Tints of Twilight #DAADC5
RGB
CMYK
RGB Variations
Color information
#DAADC5 (or 0xDAADC5) is known color: Twilight. HEX triplet: DA, AD and C5. RGB value is (218,173,197). Sum of RGB (Red+Green+Blue) = 218+173+197=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC5 is #25523A. Grayscale: #BDBDBD. Windows color (decimal): -2445883 or 12955098. OLE color: 12955098.
HSL color Cylindrical-coordinate representation of color #DAADC5: hue angle of 328º 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 #DAADC5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 173 | 197 | - |
CMYK | 0 | 0.21 | 0.10 | 0.15 |
HSL | 328º | 0.38% | 0.77% | - |
HSV(B) | 328º | 0.21% | 0.85% | - |
XYZ | 53.94 | 48.82 | 59.4 | - |
YUV | 189.19 | 132.41 | 148.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 197 | 0 | 0.21 | 0.10 | 0.15 | 328 | 0.38 | 0.77 |
Hex | DA | AD | C5 | 0 | 15 | A | F | 148 | 26 | 4D |
Octal | 332 | 255 | 305 | 0 | 25 | 12 | 17 | 510 | 46 | 115 |
Binary | 11011010 | 10101101 | 11000101 | 0 | 10101 | 1010 | 1111 | 101001000 | 100110 | 1001101 |
Color Harmonies of #DAADC5
Complementary color
Monochromatic Colors of #DAADC5
Black with #DAADC5
Text Example
Text Example
White with #DAADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADC5; }
p { color: rgb(218,173,197); }
H1.HeaderClassName
{
color: #DAADC5;
}
.AnyTagClassName
{
color: #DAADC5;
}
</style>
background-color css
<style>
a { background-color: #DAADC5; }
a { background-color: rgb(218,173,197); }
div.DivClassName
{
background-color: #DAADC5;
}
.BgClassName
{
background-color: #DAADC5;
}
</style>
border-color css
<style>
span { border-color: #DAADC5; }
span { border-color: rgb(218,173,197); }
td.TdClassName
{
border-color: #DAADC5;
}
.TagClassName
{
border-color: #DAADC5;
}
</style>