Shades of Twilight #DCB9CC
Tints of Twilight #DCB9CC
RGB
CMYK
RGB Variations
Color information
#DCB9CC (or 0xDCB9CC) is known color: Twilight. HEX triplet: DC, B9 and CC. RGB value is (220,185,204). Sum of RGB (Red+Green+Blue) = 220+185+204=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9CC is #234633. Grayscale: #C5C5C5. Windows color (decimal): -2311732 or 13416924. OLE color: 13416924.
HSL color Cylindrical-coordinate representation of color #DCB9CC: hue angle of 327.43º 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 #DCB9CC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 204 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.14 |
| HSL | 327.43º | 0.33% | 0.79% | - |
| HSV(B) | 327.43º | 0.16% | 0.86% | - |
| XYZ | 57.76 | 54.27 | 64.56 | - |
| YUV | 197.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 204 | 0 | 0.16 | 0.07 | 0.14 | 327.43 | 0.33 | 0.79 |
| Hex | DC | B9 | CC | 0 | 10 | 7 | E | 147 | 21 | 4F |
| Octal | 334 | 271 | 314 | 0 | 20 | 7 | 16 | 507 | 41 | 117 |
| Binary | 11011100 | 10111001 | 11001100 | 0 | 10000 | 111 | 1110 | 101000111 | 100001 | 1001111 |
Color Harmonies of #DCB9CC
Complementary color
Monochromatic Colors of #DCB9CC
Black with #DCB9CC
Text Example
Text Example
White with #DCB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9CC; }
p { color: rgb(220,185,204); }
H1.HeaderClassName
{
color: #DCB9CC;
}
.AnyTagClassName
{
color: #DCB9CC;
}
</style>
background-color css
<style>
a { background-color: #DCB9CC; }
a { background-color: rgb(220,185,204); }
div.DivClassName
{
background-color: #DCB9CC;
}
.BgClassName
{
background-color: #DCB9CC;
}
</style>
border-color css
<style>
span { border-color: #DCB9CC; }
span { border-color: rgb(220,185,204); }
td.TdClassName
{
border-color: #DCB9CC;
}
.TagClassName
{
border-color: #DCB9CC;
}
</style>