Shades of Twilight #DAB5C5
Tints of Twilight #DAB5C5
RGB
CMYK
RGB Variations
Color information
#DAB5C5 (or 0xDAB5C5) is known color: Twilight. HEX triplet: DA, B5 and C5. RGB value is (218,181,197). Sum of RGB (Red+Green+Blue) = 218+181+197=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5C5 is #254A3A. Grayscale: #C1C1C1. Windows color (decimal): -2443835 or 12957146. OLE color: 12957146.
HSL color Cylindrical-coordinate representation of color #DAB5C5: hue angle of 334.05º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB5C5 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 197 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.15 |
| HSL | 334.05º | 0.33% | 0.78% | - |
| HSV(B) | 334.05º | 0.17% | 0.85% | - |
| XYZ | 55.52 | 51.98 | 59.93 | - |
| YUV | 193.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 197 | 0 | 0.17 | 0.10 | 0.15 | 334.05 | 0.33 | 0.78 |
| Hex | DA | B5 | C5 | 0 | 11 | A | F | 14E | 21 | 4E |
| Octal | 332 | 265 | 305 | 0 | 21 | 12 | 17 | 516 | 41 | 116 |
| Binary | 11011010 | 10110101 | 11000101 | 0 | 10001 | 1010 | 1111 | 101001110 | 100001 | 1001110 |
Color Harmonies of #DAB5C5
Complementary color
Monochromatic Colors of #DAB5C5
Black with #DAB5C5
Text Example
Text Example
White with #DAB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5C5; }
p { color: rgb(218,181,197); }
H1.HeaderClassName
{
color: #DAB5C5;
}
.AnyTagClassName
{
color: #DAB5C5;
}
</style>
background-color css
<style>
a { background-color: #DAB5C5; }
a { background-color: rgb(218,181,197); }
div.DivClassName
{
background-color: #DAB5C5;
}
.BgClassName
{
background-color: #DAB5C5;
}
</style>
border-color css
<style>
span { border-color: #DAB5C5; }
span { border-color: rgb(218,181,197); }
td.TdClassName
{
border-color: #DAB5C5;
}
.TagClassName
{
border-color: #DAB5C5;
}
</style>