Shades of Twilight #DCBDCF
Tints of Twilight #DCBDCF
RGB
CMYK
RGB Variations
Color information
#DCBDCF (or 0xDCBDCF) is known color: Twilight. HEX triplet: DC, BD and CF. RGB value is (220,189,207). Sum of RGB (Red+Green+Blue) = 220+189+207=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDCF is #234230. Grayscale: #C8C8C8. Windows color (decimal): -2310705 or 13614556. OLE color: 13614556.
HSL color Cylindrical-coordinate representation of color #DCBDCF: hue angle of 325.16º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBDCF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 207 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.14 |
| HSL | 325.16º | 0.31% | 0.8% | - |
| HSV(B) | 325.16º | 0.14% | 0.86% | - |
| XYZ | 58.98 | 56.12 | 66.75 | - |
| YUV | 200.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 207 | 0 | 0.14 | 0.06 | 0.14 | 325.16 | 0.31 | 0.8 |
| Hex | DC | BD | CF | 0 | E | 6 | E | 145 | 1F | 50 |
| Octal | 334 | 275 | 317 | 0 | 16 | 6 | 16 | 505 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11001111 | 0 | 1110 | 110 | 1110 | 101000101 | 11111 | 1010000 |
Color Harmonies of #DCBDCF
Complementary color
Monochromatic Colors of #DCBDCF
Black with #DCBDCF
Text Example
Text Example
White with #DCBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDCF; }
p { color: rgb(220,189,207); }
H1.HeaderClassName
{
color: #DCBDCF;
}
.AnyTagClassName
{
color: #DCBDCF;
}
</style>
background-color css
<style>
a { background-color: #DCBDCF; }
a { background-color: rgb(220,189,207); }
div.DivClassName
{
background-color: #DCBDCF;
}
.BgClassName
{
background-color: #DCBDCF;
}
</style>
border-color css
<style>
span { border-color: #DCBDCF; }
span { border-color: rgb(220,189,207); }
td.TdClassName
{
border-color: #DCBDCF;
}
.TagClassName
{
border-color: #DCBDCF;
}
</style>