Shades of Twilight #DAB8CB
Tints of Twilight #DAB8CB
RGB
CMYK
RGB Variations
Color information
#DAB8CB (or 0xDAB8CB) is known color: Twilight. HEX triplet: DA, B8 and CB. RGB value is (218,184,203). Sum of RGB (Red+Green+Blue) = 218+184+203=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8CB is #254734. Grayscale: #C4C4C4. Windows color (decimal): -2443061 or 13351130. OLE color: 13351130.
HSL color Cylindrical-coordinate representation of color #DAB8CB: hue angle of 326.47º degrees, saturation: 0.31, 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 #DAB8CB is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 203 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.15 |
| HSL | 326.47º | 0.31% | 0.79% | - |
| HSV(B) | 326.47º | 0.16% | 0.85% | - |
| XYZ | 56.83 | 53.5 | 63.83 | - |
| YUV | 196.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 203 | 0 | 0.16 | 0.07 | 0.15 | 326.47 | 0.31 | 0.79 |
| Hex | DA | B8 | CB | 0 | 10 | 7 | F | 146 | 1F | 4F |
| Octal | 332 | 270 | 313 | 0 | 20 | 7 | 17 | 506 | 37 | 117 |
| Binary | 11011010 | 10111000 | 11001011 | 0 | 10000 | 111 | 1111 | 101000110 | 11111 | 1001111 |
Color Harmonies of #DAB8CB
Complementary color
Monochromatic Colors of #DAB8CB
Black with #DAB8CB
Text Example
Text Example
White with #DAB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8CB; }
p { color: rgb(218,184,203); }
H1.HeaderClassName
{
color: #DAB8CB;
}
.AnyTagClassName
{
color: #DAB8CB;
}
</style>
background-color css
<style>
a { background-color: #DAB8CB; }
a { background-color: rgb(218,184,203); }
div.DivClassName
{
background-color: #DAB8CB;
}
.BgClassName
{
background-color: #DAB8CB;
}
</style>
border-color css
<style>
span { border-color: #DAB8CB; }
span { border-color: rgb(218,184,203); }
td.TdClassName
{
border-color: #DAB8CB;
}
.TagClassName
{
border-color: #DAB8CB;
}
</style>