Shades of Twilight #DAB8CF
Tints of Twilight #DAB8CF
RGB
CMYK
RGB Variations
Color information
#DAB8CF (or 0xDAB8CF) is known color: Twilight. HEX triplet: DA, B8 and CF. RGB value is (218,184,207). Sum of RGB (Red+Green+Blue) = 218+184+207=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8CF is #254730. Grayscale: #C4C4C4. Windows color (decimal): -2443057 or 13613274. OLE color: 13613274.
HSL color Cylindrical-coordinate representation of color #DAB8CF: hue angle of 319.41º 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 #DAB8CF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 207 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.15 |
| HSL | 319.41º | 0.31% | 0.79% | - |
| HSV(B) | 319.41º | 0.16% | 0.85% | - |
| XYZ | 57.32 | 53.69 | 66.37 | - |
| YUV | 196.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 207 | 0 | 0.16 | 0.05 | 0.15 | 319.41 | 0.31 | 0.79 |
| Hex | DA | B8 | CF | 0 | 10 | 5 | F | 13F | 1F | 4F |
| Octal | 332 | 270 | 317 | 0 | 20 | 5 | 17 | 477 | 37 | 117 |
| Binary | 11011010 | 10111000 | 11001111 | 0 | 10000 | 101 | 1111 | 100111111 | 11111 | 1001111 |
Color Harmonies of #DAB8CF
Complementary color
Monochromatic Colors of #DAB8CF
Black with #DAB8CF
Text Example
Text Example
White with #DAB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8CF; }
p { color: rgb(218,184,207); }
H1.HeaderClassName
{
color: #DAB8CF;
}
.AnyTagClassName
{
color: #DAB8CF;
}
</style>
background-color css
<style>
a { background-color: #DAB8CF; }
a { background-color: rgb(218,184,207); }
div.DivClassName
{
background-color: #DAB8CF;
}
.BgClassName
{
background-color: #DAB8CF;
}
</style>
border-color css
<style>
span { border-color: #DAB8CF; }
span { border-color: rgb(218,184,207); }
td.TdClassName
{
border-color: #DAB8CF;
}
.TagClassName
{
border-color: #DAB8CF;
}
</style>