Shades of Twilight #DCB4C9
Tints of Twilight #DCB4C9
RGB
CMYK
RGB Variations
Color information
#DCB4C9 (or 0xDCB4C9) is known color: Twilight. HEX triplet: DC, B4 and C9. RGB value is (220,180,201). Sum of RGB (Red+Green+Blue) = 220+180+201=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4C9 is #234B36. Grayscale: #C2C2C2. Windows color (decimal): -2313015 or 13219036. OLE color: 13219036.
HSL color Cylindrical-coordinate representation of color #DCB4C9: hue angle of 328.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB4C9 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 201 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.14 |
| HSL | 328.5º | 0.36% | 0.78% | - |
| HSV(B) | 328.5º | 0.18% | 0.86% | - |
| XYZ | 56.38 | 52.08 | 62.34 | - |
| YUV | 194.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 201 | 0 | 0.18 | 0.09 | 0.14 | 328.5 | 0.36 | 0.78 |
| Hex | DC | B4 | C9 | 0 | 12 | 9 | E | 148 | 24 | 4E |
| Octal | 334 | 264 | 311 | 0 | 22 | 11 | 16 | 510 | 44 | 116 |
| Binary | 11011100 | 10110100 | 11001001 | 0 | 10010 | 1001 | 1110 | 101001000 | 100100 | 1001110 |
Color Harmonies of #DCB4C9
Complementary color
Monochromatic Colors of #DCB4C9
Black with #DCB4C9
Text Example
Text Example
White with #DCB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4C9; }
p { color: rgb(220,180,201); }
H1.HeaderClassName
{
color: #DCB4C9;
}
.AnyTagClassName
{
color: #DCB4C9;
}
</style>
background-color css
<style>
a { background-color: #DCB4C9; }
a { background-color: rgb(220,180,201); }
div.DivClassName
{
background-color: #DCB4C9;
}
.BgClassName
{
background-color: #DCB4C9;
}
</style>
border-color css
<style>
span { border-color: #DCB4C9; }
span { border-color: rgb(220,180,201); }
td.TdClassName
{
border-color: #DCB4C9;
}
.TagClassName
{
border-color: #DCB4C9;
}
</style>