Shades of Twilight #DCB7D0
Tints of Twilight #DCB7D0
RGB
CMYK
RGB Variations
Color information
#DCB7D0 (or 0xDCB7D0) is known color: Twilight. HEX triplet: DC, B7 and D0. RGB value is (220,183,208). Sum of RGB (Red+Green+Blue) = 220+183+208=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7D0 is #23482F. Grayscale: #C4C4C4. Windows color (decimal): -2312240 or 13678556. OLE color: 13678556.
HSL color Cylindrical-coordinate representation of color #DCB7D0: hue angle of 319.46º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7D0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 183 | 208 | - |
CMYK | 0 | 0.17 | 0.05 | 0.14 |
HSL | 319.46º | 0.35% | 0.79% | - |
HSV(B) | 319.46º | 0.17% | 0.86% | - |
XYZ | 57.83 | 53.64 | 66.98 | - |
YUV | 196.91 | 134.26 | 144.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 183 | 208 | 0 | 0.17 | 0.05 | 0.14 | 319.46 | 0.35 | 0.79 |
Hex | DC | B7 | D0 | 0 | 11 | 5 | E | 13F | 23 | 4F |
Octal | 334 | 267 | 320 | 0 | 21 | 5 | 16 | 477 | 43 | 117 |
Binary | 11011100 | 10110111 | 11010000 | 0 | 10001 | 101 | 1110 | 100111111 | 100011 | 1001111 |
Color Harmonies of #DCB7D0
Complementary color
Monochromatic Colors of #DCB7D0
Black with #DCB7D0
Text Example
Text Example
White with #DCB7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7D0; }
p { color: rgb(220,183,208); }
H1.HeaderClassName
{
color: #DCB7D0;
}
.AnyTagClassName
{
color: #DCB7D0;
}
</style>
background-color css
<style>
a { background-color: #DCB7D0; }
a { background-color: rgb(220,183,208); }
div.DivClassName
{
background-color: #DCB7D0;
}
.BgClassName
{
background-color: #DCB7D0;
}
</style>
border-color css
<style>
span { border-color: #DCB7D0; }
span { border-color: rgb(220,183,208); }
td.TdClassName
{
border-color: #DCB7D0;
}
.TagClassName
{
border-color: #DCB7D0;
}
</style>