Shades of Twilight #DCB8C9
Tints of Twilight #DCB8C9
RGB
CMYK
RGB Variations
Color information
#DCB8C9 (or 0xDCB8C9) is known color: Twilight. HEX triplet: DC, B8 and C9. RGB value is (220,184,201). Sum of RGB (Red+Green+Blue) = 220+184+201=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8C9 is #234736. Grayscale: #C4C4C4. Windows color (decimal): -2311991 or 13220060. OLE color: 13220060.
HSL color Cylindrical-coordinate representation of color #DCB8C9: hue angle of 331.67º degrees, saturation: 0.34, 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 #DCB8C9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 201 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.14 |
| HSL | 331.67º | 0.34% | 0.79% | - |
| HSV(B) | 331.67º | 0.16% | 0.86% | - |
| XYZ | 57.2 | 53.71 | 62.61 | - |
| YUV | 196.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 201 | 0 | 0.16 | 0.09 | 0.14 | 331.67 | 0.34 | 0.79 |
| Hex | DC | B8 | C9 | 0 | 10 | 9 | E | 14C | 22 | 4F |
| Octal | 334 | 270 | 311 | 0 | 20 | 11 | 16 | 514 | 42 | 117 |
| Binary | 11011100 | 10111000 | 11001001 | 0 | 10000 | 1001 | 1110 | 101001100 | 100010 | 1001111 |
Color Harmonies of #DCB8C9
Complementary color
Monochromatic Colors of #DCB8C9
Black with #DCB8C9
Text Example
Text Example
White with #DCB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8C9; }
p { color: rgb(220,184,201); }
H1.HeaderClassName
{
color: #DCB8C9;
}
.AnyTagClassName
{
color: #DCB8C9;
}
</style>
background-color css
<style>
a { background-color: #DCB8C9; }
a { background-color: rgb(220,184,201); }
div.DivClassName
{
background-color: #DCB8C9;
}
.BgClassName
{
background-color: #DCB8C9;
}
</style>
border-color css
<style>
span { border-color: #DCB8C9; }
span { border-color: rgb(220,184,201); }
td.TdClassName
{
border-color: #DCB8C9;
}
.TagClassName
{
border-color: #DCB8C9;
}
</style>