Shades of Twilight #DCB5C7
Tints of Twilight #DCB5C7
RGB
CMYK
RGB Variations
Color information
#DCB5C7 (or 0xDCB5C7) is known color: Twilight. HEX triplet: DC, B5 and C7. RGB value is (220,181,199). Sum of RGB (Red+Green+Blue) = 220+181+199=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5C7 is #234A38. Grayscale: #C2C2C2. Windows color (decimal): -2312761 or 13088220. OLE color: 13088220.
HSL color Cylindrical-coordinate representation of color #DCB5C7: hue angle of 332.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5C7 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 199 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.14 |
| HSL | 332.31º | 0.36% | 0.79% | - |
| HSV(B) | 332.31º | 0.18% | 0.86% | - |
| XYZ | 56.35 | 52.39 | 61.17 | - |
| YUV | 194.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 199 | 0 | 0.18 | 0.10 | 0.14 | 332.31 | 0.36 | 0.79 |
| Hex | DC | B5 | C7 | 0 | 12 | A | E | 14C | 24 | 4F |
| Octal | 334 | 265 | 307 | 0 | 22 | 12 | 16 | 514 | 44 | 117 |
| Binary | 11011100 | 10110101 | 11000111 | 0 | 10010 | 1010 | 1110 | 101001100 | 100100 | 1001111 |
Color Harmonies of #DCB5C7
Complementary color
Monochromatic Colors of #DCB5C7
Black with #DCB5C7
Text Example
Text Example
White with #DCB5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5C7; }
p { color: rgb(220,181,199); }
H1.HeaderClassName
{
color: #DCB5C7;
}
.AnyTagClassName
{
color: #DCB5C7;
}
</style>
background-color css
<style>
a { background-color: #DCB5C7; }
a { background-color: rgb(220,181,199); }
div.DivClassName
{
background-color: #DCB5C7;
}
.BgClassName
{
background-color: #DCB5C7;
}
</style>
border-color css
<style>
span { border-color: #DCB5C7; }
span { border-color: rgb(220,181,199); }
td.TdClassName
{
border-color: #DCB5C7;
}
.TagClassName
{
border-color: #DCB5C7;
}
</style>