Shades of Twilight #DCB5CF
Tints of Twilight #DCB5CF
RGB
CMYK
RGB Variations
Color information
#DCB5CF (or 0xDCB5CF) is known color: Twilight. HEX triplet: DC, B5 and CF. RGB value is (220,181,207). Sum of RGB (Red+Green+Blue) = 220+181+207=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5CF is #234A30. Grayscale: #C3C3C3. Windows color (decimal): -2312753 or 13612508. OLE color: 13612508.
HSL color Cylindrical-coordinate representation of color #DCB5CF: hue angle of 320º 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 #DCB5CF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 207 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.14 |
| HSL | 320º | 0.36% | 0.79% | - |
| HSV(B) | 320º | 0.18% | 0.86% | - |
| XYZ | 57.3 | 52.77 | 66.2 | - |
| YUV | 195.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 207 | 0 | 0.18 | 0.06 | 0.14 | 320 | 0.36 | 0.79 |
| Hex | DC | B5 | CF | 0 | 12 | 6 | E | 140 | 24 | 4F |
| Octal | 334 | 265 | 317 | 0 | 22 | 6 | 16 | 500 | 44 | 117 |
| Binary | 11011100 | 10110101 | 11001111 | 0 | 10010 | 110 | 1110 | 101000000 | 100100 | 1001111 |
Color Harmonies of #DCB5CF
Complementary color
Monochromatic Colors of #DCB5CF
Black with #DCB5CF
Text Example
Text Example
White with #DCB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5CF; }
p { color: rgb(220,181,207); }
H1.HeaderClassName
{
color: #DCB5CF;
}
.AnyTagClassName
{
color: #DCB5CF;
}
</style>
background-color css
<style>
a { background-color: #DCB5CF; }
a { background-color: rgb(220,181,207); }
div.DivClassName
{
background-color: #DCB5CF;
}
.BgClassName
{
background-color: #DCB5CF;
}
</style>
border-color css
<style>
span { border-color: #DCB5CF; }
span { border-color: rgb(220,181,207); }
td.TdClassName
{
border-color: #DCB5CF;
}
.TagClassName
{
border-color: #DCB5CF;
}
</style>