Shades of Twilight #DAB7CF
Tints of Twilight #DAB7CF
RGB
CMYK
RGB Variations
Color information
#DAB7CF (or 0xDAB7CF) is known color: Twilight. HEX triplet: DA, B7 and CF. RGB value is (218,183,207). Sum of RGB (Red+Green+Blue) = 218+183+207=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7CF is #254830. Grayscale: #C4C4C4. Windows color (decimal): -2443313 or 13613018. OLE color: 13613018.
HSL color Cylindrical-coordinate representation of color #DAB7CF: hue angle of 318.86º 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 #DAB7CF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 183 | 207 | - |
CMYK | 0 | 0.16 | 0.05 | 0.15 |
HSL | 318.86º | 0.32% | 0.79% | - |
HSV(B) | 318.86º | 0.16% | 0.85% | - |
XYZ | 57.11 | 53.28 | 66.31 | - |
YUV | 196.2 | 134.1 | 143.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 183 | 207 | 0 | 0.16 | 0.05 | 0.15 | 318.86 | 0.32 | 0.79 |
Hex | DA | B7 | CF | 0 | 10 | 5 | F | 13F | 20 | 4F |
Octal | 332 | 267 | 317 | 0 | 20 | 5 | 17 | 477 | 40 | 117 |
Binary | 11011010 | 10110111 | 11001111 | 0 | 10000 | 101 | 1111 | 100111111 | 100000 | 1001111 |
Color Harmonies of #DAB7CF
Complementary color
Monochromatic Colors of #DAB7CF
Black with #DAB7CF
Text Example
Text Example
White with #DAB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7CF; }
p { color: rgb(218,183,207); }
H1.HeaderClassName
{
color: #DAB7CF;
}
.AnyTagClassName
{
color: #DAB7CF;
}
</style>
background-color css
<style>
a { background-color: #DAB7CF; }
a { background-color: rgb(218,183,207); }
div.DivClassName
{
background-color: #DAB7CF;
}
.BgClassName
{
background-color: #DAB7CF;
}
</style>
border-color css
<style>
span { border-color: #DAB7CF; }
span { border-color: rgb(218,183,207); }
td.TdClassName
{
border-color: #DAB7CF;
}
.TagClassName
{
border-color: #DAB7CF;
}
</style>