Shades of Twilight #DCBFCC
Tints of Twilight #DCBFCC
RGB
CMYK
RGB Variations
Color information
#DCBFCC (or 0xDCBFCC) is known color: Twilight. HEX triplet: DC, BF and CC. RGB value is (220,191,204). Sum of RGB (Red+Green+Blue) = 220+191+204=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFCC is #234033. Grayscale: #C9C9C9. Windows color (decimal): -2310196 or 13418460. OLE color: 13418460.
HSL color Cylindrical-coordinate representation of color #DCBFCC: hue angle of 333.1º 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 #DCBFCC is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 204 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.14 |
| HSL | 333.1º | 0.29% | 0.81% | - |
| HSV(B) | 333.1º | 0.13% | 0.86% | - |
| XYZ | 59.05 | 56.84 | 64.99 | - |
| YUV | 201.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 204 | 0 | 0.13 | 0.07 | 0.14 | 333.1 | 0.29 | 0.81 |
| Hex | DC | BF | CC | 0 | D | 7 | E | 14D | 1D | 51 |
| Octal | 334 | 277 | 314 | 0 | 15 | 7 | 16 | 515 | 35 | 121 |
| Binary | 11011100 | 10111111 | 11001100 | 0 | 1101 | 111 | 1110 | 101001101 | 11101 | 1010001 |
Color Harmonies of #DCBFCC
Complementary color
Monochromatic Colors of #DCBFCC
Black with #DCBFCC
Text Example
Text Example
White with #DCBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFCC; }
p { color: rgb(220,191,204); }
H1.HeaderClassName
{
color: #DCBFCC;
}
.AnyTagClassName
{
color: #DCBFCC;
}
</style>
background-color css
<style>
a { background-color: #DCBFCC; }
a { background-color: rgb(220,191,204); }
div.DivClassName
{
background-color: #DCBFCC;
}
.BgClassName
{
background-color: #DCBFCC;
}
</style>
border-color css
<style>
span { border-color: #DCBFCC; }
span { border-color: rgb(220,191,204); }
td.TdClassName
{
border-color: #DCBFCC;
}
.TagClassName
{
border-color: #DCBFCC;
}
</style>