Shades of Twilight #DCBFCD
Tints of Twilight #DCBFCD
RGB
CMYK
RGB Variations
Color information
#DCBFCD (or 0xDCBFCD) is known color: Twilight. HEX triplet: DC, BF and CD. RGB value is (220,191,205). Sum of RGB (Red+Green+Blue) = 220+191+205=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFCD is #234032. Grayscale: #C9C9C9. Windows color (decimal): -2310195 or 13483996. OLE color: 13483996.
HSL color Cylindrical-coordinate representation of color #DCBFCD: hue angle of 331.03º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCBFCD is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 205 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.14 |
| HSL | 331.03º | 0.29% | 0.81% | - |
| HSV(B) | 331.03º | 0.13% | 0.86% | - |
| XYZ | 59.17 | 56.89 | 65.62 | - |
| YUV | 201.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 205 | 0 | 0.13 | 0.07 | 0.14 | 331.03 | 0.29 | 0.81 |
| Hex | DC | BF | CD | 0 | D | 7 | E | 14B | 1D | 51 |
| Octal | 334 | 277 | 315 | 0 | 15 | 7 | 16 | 513 | 35 | 121 |
| Binary | 11011100 | 10111111 | 11001101 | 0 | 1101 | 111 | 1110 | 101001011 | 11101 | 1010001 |
Color Harmonies of #DCBFCD
Complementary color
Monochromatic Colors of #DCBFCD
Black with #DCBFCD
Text Example
Text Example
White with #DCBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFCD; }
p { color: rgb(220,191,205); }
H1.HeaderClassName
{
color: #DCBFCD;
}
.AnyTagClassName
{
color: #DCBFCD;
}
</style>
background-color css
<style>
a { background-color: #DCBFCD; }
a { background-color: rgb(220,191,205); }
div.DivClassName
{
background-color: #DCBFCD;
}
.BgClassName
{
background-color: #DCBFCD;
}
</style>
border-color css
<style>
span { border-color: #DCBFCD; }
span { border-color: rgb(220,191,205); }
td.TdClassName
{
border-color: #DCBFCD;
}
.TagClassName
{
border-color: #DCBFCD;
}
</style>