Shades of Twilight #DAB0C5
Tints of Twilight #DAB0C5
RGB
CMYK
RGB Variations
Color information
#DAB0C5 (or 0xDAB0C5) is known color: Twilight. HEX triplet: DA, B0 and C5. RGB value is (218,176,197). Sum of RGB (Red+Green+Blue) = 218+176+197=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0C5 is #254F3A. Grayscale: #BEBEBE. Windows color (decimal): -2445115 or 12955866. OLE color: 12955866.
HSL color Cylindrical-coordinate representation of color #DAB0C5: hue angle of 330º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0C5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 197 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.15 |
| HSL | 330º | 0.36% | 0.77% | - |
| HSV(B) | 330º | 0.19% | 0.85% | - |
| XYZ | 54.52 | 49.99 | 59.6 | - |
| YUV | 190.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 197 | 0 | 0.19 | 0.10 | 0.15 | 330 | 0.36 | 0.77 |
| Hex | DA | B0 | C5 | 0 | 13 | A | F | 14A | 24 | 4D |
| Octal | 332 | 260 | 305 | 0 | 23 | 12 | 17 | 512 | 44 | 115 |
| Binary | 11011010 | 10110000 | 11000101 | 0 | 10011 | 1010 | 1111 | 101001010 | 100100 | 1001101 |
Color Harmonies of #DAB0C5
Complementary color
Monochromatic Colors of #DAB0C5
Black with #DAB0C5
Text Example
Text Example
White with #DAB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0C5; }
p { color: rgb(218,176,197); }
H1.HeaderClassName
{
color: #DAB0C5;
}
.AnyTagClassName
{
color: #DAB0C5;
}
</style>
background-color css
<style>
a { background-color: #DAB0C5; }
a { background-color: rgb(218,176,197); }
div.DivClassName
{
background-color: #DAB0C5;
}
.BgClassName
{
background-color: #DAB0C5;
}
</style>
border-color css
<style>
span { border-color: #DAB0C5; }
span { border-color: rgb(218,176,197); }
td.TdClassName
{
border-color: #DAB0C5;
}
.TagClassName
{
border-color: #DAB0C5;
}
</style>