Shades of Twilight #DABFCF
Tints of Twilight #DABFCF
RGB
CMYK
RGB Variations
Color information
#DABFCF (or 0xDABFCF) is known color: Twilight. HEX triplet: DA, BF and CF. RGB value is (218,191,207). Sum of RGB (Red+Green+Blue) = 218+191+207=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFCF is #254030. Grayscale: #C8C8C8. Windows color (decimal): -2441265 or 13615066. OLE color: 13615066.
HSL color Cylindrical-coordinate representation of color #DABFCF: hue angle of 324.44º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DABFCF is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 207 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.15 |
| HSL | 324.44º | 0.27% | 0.8% | - |
| HSV(B) | 324.44º | 0.12% | 0.85% | - |
| XYZ | 58.81 | 56.67 | 66.87 | - |
| YUV | 200.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 207 | 0 | 0.12 | 0.05 | 0.15 | 324.44 | 0.27 | 0.8 |
| Hex | DA | BF | CF | 0 | C | 5 | F | 144 | 1B | 50 |
| Octal | 332 | 277 | 317 | 0 | 14 | 5 | 17 | 504 | 33 | 120 |
| Binary | 11011010 | 10111111 | 11001111 | 0 | 1100 | 101 | 1111 | 101000100 | 11011 | 1010000 |
Color Harmonies of #DABFCF
Complementary color
Monochromatic Colors of #DABFCF
Black with #DABFCF
Text Example
Text Example
White with #DABFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFCF; }
p { color: rgb(218,191,207); }
H1.HeaderClassName
{
color: #DABFCF;
}
.AnyTagClassName
{
color: #DABFCF;
}
</style>
background-color css
<style>
a { background-color: #DABFCF; }
a { background-color: rgb(218,191,207); }
div.DivClassName
{
background-color: #DABFCF;
}
.BgClassName
{
background-color: #DABFCF;
}
</style>
border-color css
<style>
span { border-color: #DABFCF; }
span { border-color: rgb(218,191,207); }
td.TdClassName
{
border-color: #DABFCF;
}
.TagClassName
{
border-color: #DABFCF;
}
</style>