Shades of Twilight #DABFD2
Tints of Twilight #DABFD2
RGB
CMYK
RGB Variations
Color information
#DABFD2 (or 0xDABFD2) is known color: Twilight. HEX triplet: DA, BF and D2. RGB value is (218,191,210). Sum of RGB (Red+Green+Blue) = 218+191+210=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFD2 is #25402D. Grayscale: #C9C9C9. Windows color (decimal): -2441262 or 13811674. OLE color: 13811674.
HSL color Cylindrical-coordinate representation of color #DABFD2: hue angle of 317.78º 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 #DABFD2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 210 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.15 |
| HSL | 317.78º | 0.27% | 0.8% | - |
| HSV(B) | 317.78º | 0.12% | 0.85% | - |
| XYZ | 59.18 | 56.82 | 68.82 | - |
| YUV | 201.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 210 | 0 | 0.12 | 0.04 | 0.15 | 317.78 | 0.27 | 0.8 |
| Hex | DA | BF | D2 | 0 | C | 4 | F | 13E | 1B | 50 |
| Octal | 332 | 277 | 322 | 0 | 14 | 4 | 17 | 476 | 33 | 120 |
| Binary | 11011010 | 10111111 | 11010010 | 0 | 1100 | 100 | 1111 | 100111110 | 11011 | 1010000 |
Color Harmonies of #DABFD2
Complementary color
Monochromatic Colors of #DABFD2
Black with #DABFD2
Text Example
Text Example
White with #DABFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFD2; }
p { color: rgb(218,191,210); }
H1.HeaderClassName
{
color: #DABFD2;
}
.AnyTagClassName
{
color: #DABFD2;
}
</style>
background-color css
<style>
a { background-color: #DABFD2; }
a { background-color: rgb(218,191,210); }
div.DivClassName
{
background-color: #DABFD2;
}
.BgClassName
{
background-color: #DABFD2;
}
</style>
border-color css
<style>
span { border-color: #DABFD2; }
span { border-color: rgb(218,191,210); }
td.TdClassName
{
border-color: #DABFD2;
}
.TagClassName
{
border-color: #DABFD2;
}
</style>