Shades of Twilight #DCB6C8
Tints of Twilight #DCB6C8
RGB
CMYK
RGB Variations
Color information
#DCB6C8 (or 0xDCB6C8) is known color: Twilight. HEX triplet: DC, B6 and C8. RGB value is (220,182,200). Sum of RGB (Red+Green+Blue) = 220+182+200=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6C8 is #234937. Grayscale: #C3C3C3. Windows color (decimal): -2312504 or 13154012. OLE color: 13154012.
HSL color Cylindrical-coordinate representation of color #DCB6C8: hue angle of 331.58º 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 #DCB6C8 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 200 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.14 |
| HSL | 331.58º | 0.35% | 0.79% | - |
| HSV(B) | 331.58º | 0.17% | 0.86% | - |
| XYZ | 56.67 | 52.84 | 61.86 | - |
| YUV | 195.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 200 | 0 | 0.17 | 0.09 | 0.14 | 331.58 | 0.35 | 0.79 |
| Hex | DC | B6 | C8 | 0 | 11 | 9 | E | 14C | 23 | 4F |
| Octal | 334 | 266 | 310 | 0 | 21 | 11 | 16 | 514 | 43 | 117 |
| Binary | 11011100 | 10110110 | 11001000 | 0 | 10001 | 1001 | 1110 | 101001100 | 100011 | 1001111 |
Color Harmonies of #DCB6C8
Complementary color
Monochromatic Colors of #DCB6C8
Black with #DCB6C8
Text Example
Text Example
White with #DCB6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6C8; }
p { color: rgb(220,182,200); }
H1.HeaderClassName
{
color: #DCB6C8;
}
.AnyTagClassName
{
color: #DCB6C8;
}
</style>
background-color css
<style>
a { background-color: #DCB6C8; }
a { background-color: rgb(220,182,200); }
div.DivClassName
{
background-color: #DCB6C8;
}
.BgClassName
{
background-color: #DCB6C8;
}
</style>
border-color css
<style>
span { border-color: #DCB6C8; }
span { border-color: rgb(220,182,200); }
td.TdClassName
{
border-color: #DCB6C8;
}
.TagClassName
{
border-color: #DCB6C8;
}
</style>