Shades of Twilight #DABFD0
Tints of Twilight #DABFD0
RGB
CMYK
RGB Variations
Color information
#DABFD0 (or 0xDABFD0) is known color: Twilight. HEX triplet: DA, BF and D0. RGB value is (218,191,208). Sum of RGB (Red+Green+Blue) = 218+191+208=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFD0 is #25402F. Grayscale: #C8C8C8. Windows color (decimal): -2441264 or 13680602. OLE color: 13680602.
HSL color Cylindrical-coordinate representation of color #DABFD0: hue angle of 322.22º 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 #DABFD0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 208 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.15 |
| HSL | 322.22º | 0.27% | 0.8% | - |
| HSV(B) | 322.22º | 0.12% | 0.85% | - |
| XYZ | 58.93 | 56.72 | 67.52 | - |
| YUV | 201.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 208 | 0 | 0.12 | 0.05 | 0.15 | 322.22 | 0.27 | 0.8 |
| Hex | DA | BF | D0 | 0 | C | 5 | F | 142 | 1B | 50 |
| Octal | 332 | 277 | 320 | 0 | 14 | 5 | 17 | 502 | 33 | 120 |
| Binary | 11011010 | 10111111 | 11010000 | 0 | 1100 | 101 | 1111 | 101000010 | 11011 | 1010000 |
Color Harmonies of #DABFD0
Complementary color
Monochromatic Colors of #DABFD0
Black with #DABFD0
Text Example
Text Example
White with #DABFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFD0; }
p { color: rgb(218,191,208); }
H1.HeaderClassName
{
color: #DABFD0;
}
.AnyTagClassName
{
color: #DABFD0;
}
</style>
background-color css
<style>
a { background-color: #DABFD0; }
a { background-color: rgb(218,191,208); }
div.DivClassName
{
background-color: #DABFD0;
}
.BgClassName
{
background-color: #DABFD0;
}
</style>
border-color css
<style>
span { border-color: #DABFD0; }
span { border-color: rgb(218,191,208); }
td.TdClassName
{
border-color: #DABFD0;
}
.TagClassName
{
border-color: #DABFD0;
}
</style>