Shades of Twilight #DAB7CE
Tints of Twilight #DAB7CE
RGB
CMYK
RGB Variations
Color information
#DAB7CE (or 0xDAB7CE) is known color: Twilight. HEX triplet: DA, B7 and CE. RGB value is (218,183,206). Sum of RGB (Red+Green+Blue) = 218+183+206=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7CE is #254831. Grayscale: #C4C4C4. Windows color (decimal): -2443314 or 13547482. OLE color: 13547482.
HSL color Cylindrical-coordinate representation of color #DAB7CE: hue angle of 320.57º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7CE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 206 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.15 |
| HSL | 320.57º | 0.32% | 0.79% | - |
| HSV(B) | 320.57º | 0.16% | 0.85% | - |
| XYZ | 56.99 | 53.23 | 65.66 | - |
| YUV | 196.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 206 | 0 | 0.16 | 0.06 | 0.15 | 320.57 | 0.32 | 0.79 |
| Hex | DA | B7 | CE | 0 | 10 | 6 | F | 141 | 20 | 4F |
| Octal | 332 | 267 | 316 | 0 | 20 | 6 | 17 | 501 | 40 | 117 |
| Binary | 11011010 | 10110111 | 11001110 | 0 | 10000 | 110 | 1111 | 101000001 | 100000 | 1001111 |
Color Harmonies of #DAB7CE
Complementary color
Monochromatic Colors of #DAB7CE
Black with #DAB7CE
Text Example
Text Example
White with #DAB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7CE; }
p { color: rgb(218,183,206); }
H1.HeaderClassName
{
color: #DAB7CE;
}
.AnyTagClassName
{
color: #DAB7CE;
}
</style>
background-color css
<style>
a { background-color: #DAB7CE; }
a { background-color: rgb(218,183,206); }
div.DivClassName
{
background-color: #DAB7CE;
}
.BgClassName
{
background-color: #DAB7CE;
}
</style>
border-color css
<style>
span { border-color: #DAB7CE; }
span { border-color: rgb(218,183,206); }
td.TdClassName
{
border-color: #DAB7CE;
}
.TagClassName
{
border-color: #DAB7CE;
}
</style>