Shades of Twilight #DCB9C9
Tints of Twilight #DCB9C9
RGB
CMYK
RGB Variations
Color information
#DCB9C9 (or 0xDCB9C9) is known color: Twilight. HEX triplet: DC, B9 and C9. RGB value is (220,185,201). Sum of RGB (Red+Green+Blue) = 220+185+201=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9C9 is #234636. Grayscale: #C5C5C5. Windows color (decimal): -2311735 or 13220316. OLE color: 13220316.
HSL color Cylindrical-coordinate representation of color #DCB9C9: hue angle of 332.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9C9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 201 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.14 |
| HSL | 332.57º | 0.33% | 0.79% | - |
| HSV(B) | 332.57º | 0.16% | 0.86% | - |
| XYZ | 57.41 | 54.13 | 62.68 | - |
| YUV | 197.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 201 | 0 | 0.16 | 0.09 | 0.14 | 332.57 | 0.33 | 0.79 |
| Hex | DC | B9 | C9 | 0 | 10 | 9 | E | 14D | 21 | 4F |
| Octal | 334 | 271 | 311 | 0 | 20 | 11 | 16 | 515 | 41 | 117 |
| Binary | 11011100 | 10111001 | 11001001 | 0 | 10000 | 1001 | 1110 | 101001101 | 100001 | 1001111 |
Color Harmonies of #DCB9C9
Complementary color
Monochromatic Colors of #DCB9C9
Black with #DCB9C9
Text Example
Text Example
White with #DCB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9C9; }
p { color: rgb(220,185,201); }
H1.HeaderClassName
{
color: #DCB9C9;
}
.AnyTagClassName
{
color: #DCB9C9;
}
</style>
background-color css
<style>
a { background-color: #DCB9C9; }
a { background-color: rgb(220,185,201); }
div.DivClassName
{
background-color: #DCB9C9;
}
.BgClassName
{
background-color: #DCB9C9;
}
</style>
border-color css
<style>
span { border-color: #DCB9C9; }
span { border-color: rgb(220,185,201); }
td.TdClassName
{
border-color: #DCB9C9;
}
.TagClassName
{
border-color: #DCB9C9;
}
</style>