Shades of Twilight #DABACB
Tints of Twilight #DABACB
RGB
CMYK
RGB Variations
Color information
#DABACB (or 0xDABACB) is known color: Twilight. HEX triplet: DA, BA and CB. RGB value is (218,186,203). Sum of RGB (Red+Green+Blue) = 218+186+203=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DABACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABACB is #254534. Grayscale: #C5C5C5. Windows color (decimal): -2442549 or 13351642. OLE color: 13351642.
HSL color Cylindrical-coordinate representation of color #DABACB: hue angle of 328.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABACB is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 203 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.15 |
| HSL | 328.13º | 0.3% | 0.79% | - |
| HSV(B) | 328.13º | 0.15% | 0.85% | - |
| XYZ | 57.25 | 54.34 | 63.97 | - |
| YUV | 197.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 203 | 0 | 0.15 | 0.07 | 0.15 | 328.13 | 0.3 | 0.79 |
| Hex | DA | BA | CB | 0 | F | 7 | F | 148 | 1E | 4F |
| Octal | 332 | 272 | 313 | 0 | 17 | 7 | 17 | 510 | 36 | 117 |
| Binary | 11011010 | 10111010 | 11001011 | 0 | 1111 | 111 | 1111 | 101001000 | 11110 | 1001111 |
Color Harmonies of #DABACB
Complementary color
Monochromatic Colors of #DABACB
Black with #DABACB
Text Example
Text Example
White with #DABACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABACB; }
p { color: rgb(218,186,203); }
H1.HeaderClassName
{
color: #DABACB;
}
.AnyTagClassName
{
color: #DABACB;
}
</style>
background-color css
<style>
a { background-color: #DABACB; }
a { background-color: rgb(218,186,203); }
div.DivClassName
{
background-color: #DABACB;
}
.BgClassName
{
background-color: #DABACB;
}
</style>
border-color css
<style>
span { border-color: #DABACB; }
span { border-color: rgb(218,186,203); }
td.TdClassName
{
border-color: #DABACB;
}
.TagClassName
{
border-color: #DABACB;
}
</style>