Shades of Twilight #DAB7CB
Tints of Twilight #DAB7CB
RGB
CMYK
RGB Variations
Color information
#DAB7CB (or 0xDAB7CB) is known color: Twilight. HEX triplet: DA, B7 and CB. RGB value is (218,183,203). Sum of RGB (Red+Green+Blue) = 218+183+203=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7CB is #254834. Grayscale: #C3C3C3. Windows color (decimal): -2443317 or 13350874. OLE color: 13350874.
HSL color Cylindrical-coordinate representation of color #DAB7CB: hue angle of 325.71º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7CB is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 203 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.15 |
| HSL | 325.71º | 0.32% | 0.79% | - |
| HSV(B) | 325.71º | 0.16% | 0.85% | - |
| XYZ | 56.63 | 53.08 | 63.76 | - |
| YUV | 195.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 203 | 0 | 0.16 | 0.07 | 0.15 | 325.71 | 0.32 | 0.79 |
| Hex | DA | B7 | CB | 0 | 10 | 7 | F | 146 | 20 | 4F |
| Octal | 332 | 267 | 313 | 0 | 20 | 7 | 17 | 506 | 40 | 117 |
| Binary | 11011010 | 10110111 | 11001011 | 0 | 10000 | 111 | 1111 | 101000110 | 100000 | 1001111 |
Color Harmonies of #DAB7CB
Complementary color
Monochromatic Colors of #DAB7CB
Black with #DAB7CB
Text Example
Text Example
White with #DAB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7CB; }
p { color: rgb(218,183,203); }
H1.HeaderClassName
{
color: #DAB7CB;
}
.AnyTagClassName
{
color: #DAB7CB;
}
</style>
background-color css
<style>
a { background-color: #DAB7CB; }
a { background-color: rgb(218,183,203); }
div.DivClassName
{
background-color: #DAB7CB;
}
.BgClassName
{
background-color: #DAB7CB;
}
</style>
border-color css
<style>
span { border-color: #DAB7CB; }
span { border-color: rgb(218,183,203); }
td.TdClassName
{
border-color: #DAB7CB;
}
.TagClassName
{
border-color: #DAB7CB;
}
</style>