Shades of Twilight #DABCCC
Tints of Twilight #DABCCC
RGB
CMYK
RGB Variations
Color information
#DABCCC (or 0xDABCCC) is known color: Twilight. HEX triplet: DA, BC and CC. RGB value is (218,188,204). Sum of RGB (Red+Green+Blue) = 218+188+204=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCCC is #254333. Grayscale: #C6C6C6. Windows color (decimal): -2442036 or 13417690. OLE color: 13417690.
HSL color Cylindrical-coordinate representation of color #DABCCC: hue angle of 328º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABCCC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 204 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.15 |
| HSL | 328º | 0.29% | 0.8% | - |
| HSV(B) | 328º | 0.14% | 0.85% | - |
| XYZ | 57.8 | 55.23 | 64.74 | - |
| YUV | 198.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 204 | 0 | 0.14 | 0.06 | 0.15 | 328 | 0.29 | 0.8 |
| Hex | DA | BC | CC | 0 | E | 6 | F | 148 | 1D | 50 |
| Octal | 332 | 274 | 314 | 0 | 16 | 6 | 17 | 510 | 35 | 120 |
| Binary | 11011010 | 10111100 | 11001100 | 0 | 1110 | 110 | 1111 | 101001000 | 11101 | 1010000 |
Color Harmonies of #DABCCC
Complementary color
Monochromatic Colors of #DABCCC
Black with #DABCCC
Text Example
Text Example
White with #DABCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCCC; }
p { color: rgb(218,188,204); }
H1.HeaderClassName
{
color: #DABCCC;
}
.AnyTagClassName
{
color: #DABCCC;
}
</style>
background-color css
<style>
a { background-color: #DABCCC; }
a { background-color: rgb(218,188,204); }
div.DivClassName
{
background-color: #DABCCC;
}
.BgClassName
{
background-color: #DABCCC;
}
</style>
border-color css
<style>
span { border-color: #DABCCC; }
span { border-color: rgb(218,188,204); }
td.TdClassName
{
border-color: #DABCCC;
}
.TagClassName
{
border-color: #DABCCC;
}
</style>