Shades of Twilight #DAB9CB
Tints of Twilight #DAB9CB
RGB
CMYK
RGB Variations
Color information
#DAB9CB (or 0xDAB9CB) is known color: Twilight. HEX triplet: DA, B9 and CB. RGB value is (218,185,203). Sum of RGB (Red+Green+Blue) = 218+185+203=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9CB is #254634. Grayscale: #C4C4C4. Windows color (decimal): -2442805 or 13351386. OLE color: 13351386.
HSL color Cylindrical-coordinate representation of color #DAB9CB: hue angle of 327.27º degrees, saturation: 0.31, 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 #DAB9CB is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 203 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.15 |
| HSL | 327.27º | 0.31% | 0.79% | - |
| HSV(B) | 327.27º | 0.15% | 0.85% | - |
| XYZ | 57.04 | 53.92 | 63.9 | - |
| YUV | 196.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 203 | 0 | 0.15 | 0.07 | 0.15 | 327.27 | 0.31 | 0.79 |
| Hex | DA | B9 | CB | 0 | F | 7 | F | 147 | 1F | 4F |
| Octal | 332 | 271 | 313 | 0 | 17 | 7 | 17 | 507 | 37 | 117 |
| Binary | 11011010 | 10111001 | 11001011 | 0 | 1111 | 111 | 1111 | 101000111 | 11111 | 1001111 |
Color Harmonies of #DAB9CB
Complementary color
Monochromatic Colors of #DAB9CB
Black with #DAB9CB
Text Example
Text Example
White with #DAB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9CB; }
p { color: rgb(218,185,203); }
H1.HeaderClassName
{
color: #DAB9CB;
}
.AnyTagClassName
{
color: #DAB9CB;
}
</style>
background-color css
<style>
a { background-color: #DAB9CB; }
a { background-color: rgb(218,185,203); }
div.DivClassName
{
background-color: #DAB9CB;
}
.BgClassName
{
background-color: #DAB9CB;
}
</style>
border-color css
<style>
span { border-color: #DAB9CB; }
span { border-color: rgb(218,185,203); }
td.TdClassName
{
border-color: #DAB9CB;
}
.TagClassName
{
border-color: #DAB9CB;
}
</style>