Shades of Twilight #DCBACA
Tints of Twilight #DCBACA
RGB
CMYK
RGB Variations
Color information
#DCBACA (or 0xDCBACA) is known color: Twilight. HEX triplet: DC, BA and CA. RGB value is (220,186,202). Sum of RGB (Red+Green+Blue) = 220+186+202=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBACA is #234535. Grayscale: #C5C5C5. Windows color (decimal): -2311478 or 13286108. OLE color: 13286108.
HSL color Cylindrical-coordinate representation of color #DCBACA: hue angle of 331.76º 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 #DCBACA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 202 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.14 |
| HSL | 331.76º | 0.33% | 0.8% | - |
| HSV(B) | 331.76º | 0.15% | 0.86% | - |
| XYZ | 57.73 | 54.6 | 63.37 | - |
| YUV | 197.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 202 | 0 | 0.15 | 0.08 | 0.14 | 331.76 | 0.33 | 0.8 |
| Hex | DC | BA | CA | 0 | F | 8 | E | 14C | 21 | 50 |
| Octal | 334 | 272 | 312 | 0 | 17 | 10 | 16 | 514 | 41 | 120 |
| Binary | 11011100 | 10111010 | 11001010 | 0 | 1111 | 1000 | 1110 | 101001100 | 100001 | 1010000 |
Color Harmonies of #DCBACA
Complementary color
Monochromatic Colors of #DCBACA
Black with #DCBACA
Text Example
Text Example
White with #DCBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBACA; }
p { color: rgb(220,186,202); }
H1.HeaderClassName
{
color: #DCBACA;
}
.AnyTagClassName
{
color: #DCBACA;
}
</style>
background-color css
<style>
a { background-color: #DCBACA; }
a { background-color: rgb(220,186,202); }
div.DivClassName
{
background-color: #DCBACA;
}
.BgClassName
{
background-color: #DCBACA;
}
</style>
border-color css
<style>
span { border-color: #DCBACA; }
span { border-color: rgb(220,186,202); }
td.TdClassName
{
border-color: #DCBACA;
}
.TagClassName
{
border-color: #DCBACA;
}
</style>