Shades of Twilight #DAB8C6
Tints of Twilight #DAB8C6
RGB
CMYK
RGB Variations
Color information
#DAB8C6 (or 0xDAB8C6) is known color: Twilight. HEX triplet: DA, B8 and C6. RGB value is (218,184,198). Sum of RGB (Red+Green+Blue) = 218+184+198=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8C6 is #254739. Grayscale: #C3C3C3. Windows color (decimal): -2443066 or 13023450. OLE color: 13023450.
HSL color Cylindrical-coordinate representation of color #DAB8C6: hue angle of 335.29º 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 #DAB8C6 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 198 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.15 |
| HSL | 335.29º | 0.31% | 0.79% | - |
| HSV(B) | 335.29º | 0.16% | 0.85% | - |
| XYZ | 56.25 | 53.26 | 60.74 | - |
| YUV | 195.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 198 | 0 | 0.16 | 0.09 | 0.15 | 335.29 | 0.31 | 0.79 |
| Hex | DA | B8 | C6 | 0 | 10 | 9 | F | 14F | 1F | 4F |
| Octal | 332 | 270 | 306 | 0 | 20 | 11 | 17 | 517 | 37 | 117 |
| Binary | 11011010 | 10111000 | 11000110 | 0 | 10000 | 1001 | 1111 | 101001111 | 11111 | 1001111 |
Color Harmonies of #DAB8C6
Complementary color
Monochromatic Colors of #DAB8C6
Black with #DAB8C6
Text Example
Text Example
White with #DAB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8C6; }
p { color: rgb(218,184,198); }
H1.HeaderClassName
{
color: #DAB8C6;
}
.AnyTagClassName
{
color: #DAB8C6;
}
</style>
background-color css
<style>
a { background-color: #DAB8C6; }
a { background-color: rgb(218,184,198); }
div.DivClassName
{
background-color: #DAB8C6;
}
.BgClassName
{
background-color: #DAB8C6;
}
</style>
border-color css
<style>
span { border-color: #DAB8C6; }
span { border-color: rgb(218,184,198); }
td.TdClassName
{
border-color: #DAB8C6;
}
.TagClassName
{
border-color: #DAB8C6;
}
</style>