Shades of Twilight #DCB4CF
Tints of Twilight #DCB4CF
RGB
CMYK
RGB Variations
Color information
#DCB4CF (or 0xDCB4CF) is known color: Twilight. HEX triplet: DC, B4 and CF. RGB value is (220,180,207). Sum of RGB (Red+Green+Blue) = 220+180+207=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4CF is #234B30. Grayscale: #C2C2C2. Windows color (decimal): -2313009 or 13612252. OLE color: 13612252.
HSL color Cylindrical-coordinate representation of color #DCB4CF: hue angle of 319.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 #DCB4CF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 207 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.14 |
| HSL | 319.5º | 0.36% | 0.78% | - |
| HSV(B) | 319.5º | 0.18% | 0.86% | - |
| XYZ | 57.1 | 52.36 | 66.13 | - |
| YUV | 195.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 207 | 0 | 0.18 | 0.06 | 0.14 | 319.5 | 0.36 | 0.78 |
| Hex | DC | B4 | CF | 0 | 12 | 6 | E | 140 | 24 | 4E |
| Octal | 334 | 264 | 317 | 0 | 22 | 6 | 16 | 500 | 44 | 116 |
| Binary | 11011100 | 10110100 | 11001111 | 0 | 10010 | 110 | 1110 | 101000000 | 100100 | 1001110 |
Color Harmonies of #DCB4CF
Complementary color
Monochromatic Colors of #DCB4CF
Black with #DCB4CF
Text Example
Text Example
White with #DCB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4CF; }
p { color: rgb(220,180,207); }
H1.HeaderClassName
{
color: #DCB4CF;
}
.AnyTagClassName
{
color: #DCB4CF;
}
</style>
background-color css
<style>
a { background-color: #DCB4CF; }
a { background-color: rgb(220,180,207); }
div.DivClassName
{
background-color: #DCB4CF;
}
.BgClassName
{
background-color: #DCB4CF;
}
</style>
border-color css
<style>
span { border-color: #DCB4CF; }
span { border-color: rgb(220,180,207); }
td.TdClassName
{
border-color: #DCB4CF;
}
.TagClassName
{
border-color: #DCB4CF;
}
</style>