Shades of Twilight #DCBBCF
Tints of Twilight #DCBBCF
RGB
CMYK
RGB Variations
Color information
#DCBBCF (or 0xDCBBCF) is known color: Twilight. HEX triplet: DC, BB and CF. RGB value is (220,187,207). Sum of RGB (Red+Green+Blue) = 220+187+207=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBCF is #234430. Grayscale: #C7C7C7. Windows color (decimal): -2311217 or 13614044. OLE color: 13614044.
HSL color Cylindrical-coordinate representation of color #DCBBCF: hue angle of 323.64º degrees, saturation: 0.32, 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 #DCBBCF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 207 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.14 |
| HSL | 323.64º | 0.32% | 0.8% | - |
| HSV(B) | 323.64º | 0.15% | 0.86% | - |
| XYZ | 58.55 | 55.26 | 66.61 | - |
| YUV | 199.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 207 | 0 | 0.15 | 0.06 | 0.14 | 323.64 | 0.32 | 0.8 |
| Hex | DC | BB | CF | 0 | F | 6 | E | 144 | 20 | 50 |
| Octal | 334 | 273 | 317 | 0 | 17 | 6 | 16 | 504 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11001111 | 0 | 1111 | 110 | 1110 | 101000100 | 100000 | 1010000 |
Color Harmonies of #DCBBCF
Complementary color
Monochromatic Colors of #DCBBCF
Black with #DCBBCF
Text Example
Text Example
White with #DCBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBCF; }
p { color: rgb(220,187,207); }
H1.HeaderClassName
{
color: #DCBBCF;
}
.AnyTagClassName
{
color: #DCBBCF;
}
</style>
background-color css
<style>
a { background-color: #DCBBCF; }
a { background-color: rgb(220,187,207); }
div.DivClassName
{
background-color: #DCBBCF;
}
.BgClassName
{
background-color: #DCBBCF;
}
</style>
border-color css
<style>
span { border-color: #DCBBCF; }
span { border-color: rgb(220,187,207); }
td.TdClassName
{
border-color: #DCBBCF;
}
.TagClassName
{
border-color: #DCBBCF;
}
</style>