Shades of Twilight #DCBACE
Tints of Twilight #DCBACE
RGB
CMYK
RGB Variations
Color information
#DCBACE (or 0xDCBACE) is known color: Twilight. HEX triplet: DC, BA and CE. RGB value is (220,186,206). Sum of RGB (Red+Green+Blue) = 220+186+206=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBACE is #234531. Grayscale: #C6C6C6. Windows color (decimal): -2311474 or 13548252. OLE color: 13548252.
HSL color Cylindrical-coordinate representation of color #DCBACE: hue angle of 324.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBACE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 206 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.14 |
| HSL | 324.71º | 0.33% | 0.8% | - |
| HSV(B) | 324.71º | 0.15% | 0.86% | - |
| XYZ | 58.21 | 54.79 | 65.9 | - |
| YUV | 198.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 206 | 0 | 0.15 | 0.06 | 0.14 | 324.71 | 0.33 | 0.8 |
| Hex | DC | BA | CE | 0 | F | 6 | E | 145 | 21 | 50 |
| Octal | 334 | 272 | 316 | 0 | 17 | 6 | 16 | 505 | 41 | 120 |
| Binary | 11011100 | 10111010 | 11001110 | 0 | 1111 | 110 | 1110 | 101000101 | 100001 | 1010000 |
Color Harmonies of #DCBACE
Complementary color
Monochromatic Colors of #DCBACE
Black with #DCBACE
Text Example
Text Example
White with #DCBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBACE; }
p { color: rgb(220,186,206); }
H1.HeaderClassName
{
color: #DCBACE;
}
.AnyTagClassName
{
color: #DCBACE;
}
</style>
background-color css
<style>
a { background-color: #DCBACE; }
a { background-color: rgb(220,186,206); }
div.DivClassName
{
background-color: #DCBACE;
}
.BgClassName
{
background-color: #DCBACE;
}
</style>
border-color css
<style>
span { border-color: #DCBACE; }
span { border-color: rgb(220,186,206); }
td.TdClassName
{
border-color: #DCBACE;
}
.TagClassName
{
border-color: #DCBACE;
}
</style>