Shades of Twilight #DCB3CE
Tints of Twilight #DCB3CE
RGB
CMYK
RGB Variations
Color information
#DCB3CE (or 0xDCB3CE) is known color: Twilight. HEX triplet: DC, B3 and CE. RGB value is (220,179,206). Sum of RGB (Red+Green+Blue) = 220+179+206=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3CE is #234C31. Grayscale: #C2C2C2. Windows color (decimal): -2313266 or 13546460. OLE color: 13546460.
HSL color Cylindrical-coordinate representation of color #DCB3CE: hue angle of 320.49º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3CE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 206 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.14 |
| HSL | 320.49º | 0.37% | 0.78% | - |
| HSV(B) | 320.49º | 0.19% | 0.86% | - |
| XYZ | 56.78 | 51.91 | 65.42 | - |
| YUV | 194.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 206 | 0 | 0.19 | 0.06 | 0.14 | 320.49 | 0.37 | 0.78 |
| Hex | DC | B3 | CE | 0 | 13 | 6 | E | 140 | 25 | 4E |
| Octal | 334 | 263 | 316 | 0 | 23 | 6 | 16 | 500 | 45 | 116 |
| Binary | 11011100 | 10110011 | 11001110 | 0 | 10011 | 110 | 1110 | 101000000 | 100101 | 1001110 |
Color Harmonies of #DCB3CE
Complementary color
Monochromatic Colors of #DCB3CE
Black with #DCB3CE
Text Example
Text Example
White with #DCB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3CE; }
p { color: rgb(220,179,206); }
H1.HeaderClassName
{
color: #DCB3CE;
}
.AnyTagClassName
{
color: #DCB3CE;
}
</style>
background-color css
<style>
a { background-color: #DCB3CE; }
a { background-color: rgb(220,179,206); }
div.DivClassName
{
background-color: #DCB3CE;
}
.BgClassName
{
background-color: #DCB3CE;
}
</style>
border-color css
<style>
span { border-color: #DCB3CE; }
span { border-color: rgb(220,179,206); }
td.TdClassName
{
border-color: #DCB3CE;
}
.TagClassName
{
border-color: #DCB3CE;
}
</style>