Shades of Twilight #DAB3CA
Tints of Twilight #DAB3CA
RGB
CMYK
RGB Variations
Color information
#DAB3CA (or 0xDAB3CA) is known color: Twilight. HEX triplet: DA, B3 and CA. RGB value is (218,179,202). Sum of RGB (Red+Green+Blue) = 218+179+202=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3CA is #254C35. Grayscale: #C1C1C1. Windows color (decimal): -2444342 or 13284314. OLE color: 13284314.
HSL color Cylindrical-coordinate representation of color #DAB3CA: hue angle of 324.62º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3CA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 202 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.15 |
| HSL | 324.62º | 0.35% | 0.78% | - |
| HSV(B) | 324.62º | 0.18% | 0.85% | - |
| XYZ | 55.69 | 51.41 | 62.86 | - |
| YUV | 193.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 202 | 0 | 0.18 | 0.07 | 0.15 | 324.62 | 0.35 | 0.78 |
| Hex | DA | B3 | CA | 0 | 12 | 7 | F | 145 | 23 | 4E |
| Octal | 332 | 263 | 312 | 0 | 22 | 7 | 17 | 505 | 43 | 116 |
| Binary | 11011010 | 10110011 | 11001010 | 0 | 10010 | 111 | 1111 | 101000101 | 100011 | 1001110 |
Color Harmonies of #DAB3CA
Complementary color
Monochromatic Colors of #DAB3CA
Black with #DAB3CA
Text Example
Text Example
White with #DAB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3CA; }
p { color: rgb(218,179,202); }
H1.HeaderClassName
{
color: #DAB3CA;
}
.AnyTagClassName
{
color: #DAB3CA;
}
</style>
background-color css
<style>
a { background-color: #DAB3CA; }
a { background-color: rgb(218,179,202); }
div.DivClassName
{
background-color: #DAB3CA;
}
.BgClassName
{
background-color: #DAB3CA;
}
</style>
border-color css
<style>
span { border-color: #DAB3CA; }
span { border-color: rgb(218,179,202); }
td.TdClassName
{
border-color: #DAB3CA;
}
.TagClassName
{
border-color: #DAB3CA;
}
</style>