Shades of Twilight #DAADC3
Tints of Twilight #DAADC3
RGB
CMYK
RGB Variations
Color information
#DAADC3 (or 0xDAADC3) is known color: Twilight. HEX triplet: DA, AD and C3. RGB value is (218,173,195). Sum of RGB (Red+Green+Blue) = 218+173+195=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADC3 is #25523C. Grayscale: #BCBCBC. Windows color (decimal): -2445885 or 12824026. OLE color: 12824026.
HSL color Cylindrical-coordinate representation of color #DAADC3: hue angle of 330.67º 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 #DAADC3 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 195 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.15 |
| HSL | 330.67º | 0.38% | 0.77% | - |
| HSV(B) | 330.67º | 0.21% | 0.85% | - |
| XYZ | 53.71 | 48.73 | 58.21 | - |
| YUV | 188.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 195 | 0 | 0.21 | 0.11 | 0.15 | 330.67 | 0.38 | 0.77 |
| Hex | DA | AD | C3 | 0 | 15 | B | F | 14B | 26 | 4D |
| Octal | 332 | 255 | 303 | 0 | 25 | 13 | 17 | 513 | 46 | 115 |
| Binary | 11011010 | 10101101 | 11000011 | 0 | 10101 | 1011 | 1111 | 101001011 | 100110 | 1001101 |
Color Harmonies of #DAADC3
Complementary color
Monochromatic Colors of #DAADC3
Black with #DAADC3
Text Example
Text Example
White with #DAADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADC3; }
p { color: rgb(218,173,195); }
H1.HeaderClassName
{
color: #DAADC3;
}
.AnyTagClassName
{
color: #DAADC3;
}
</style>
background-color css
<style>
a { background-color: #DAADC3; }
a { background-color: rgb(218,173,195); }
div.DivClassName
{
background-color: #DAADC3;
}
.BgClassName
{
background-color: #DAADC3;
}
</style>
border-color css
<style>
span { border-color: #DAADC3; }
span { border-color: rgb(218,173,195); }
td.TdClassName
{
border-color: #DAADC3;
}
.TagClassName
{
border-color: #DAADC3;
}
</style>