Shades of Twilight #DCB8CE
Tints of Twilight #DCB8CE
RGB
CMYK
RGB Variations
Color information
#DCB8CE (or 0xDCB8CE) is known color: Twilight. HEX triplet: DC, B8 and CE. RGB value is (220,184,206). Sum of RGB (Red+Green+Blue) = 220+184+206=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8CE is #234731. Grayscale: #C5C5C5. Windows color (decimal): -2311986 or 13547740. OLE color: 13547740.
HSL color Cylindrical-coordinate representation of color #DCB8CE: hue angle of 323.33º 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 #DCB8CE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 206 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.14 |
| HSL | 323.33º | 0.34% | 0.79% | - |
| HSV(B) | 323.33º | 0.16% | 0.86% | - |
| XYZ | 57.8 | 53.95 | 65.76 | - |
| YUV | 197.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 206 | 0 | 0.16 | 0.06 | 0.14 | 323.33 | 0.34 | 0.79 |
| Hex | DC | B8 | CE | 0 | 10 | 6 | E | 143 | 22 | 4F |
| Octal | 334 | 270 | 316 | 0 | 20 | 6 | 16 | 503 | 42 | 117 |
| Binary | 11011100 | 10111000 | 11001110 | 0 | 10000 | 110 | 1110 | 101000011 | 100010 | 1001111 |
Color Harmonies of #DCB8CE
Complementary color
Monochromatic Colors of #DCB8CE
Black with #DCB8CE
Text Example
Text Example
White with #DCB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8CE; }
p { color: rgb(220,184,206); }
H1.HeaderClassName
{
color: #DCB8CE;
}
.AnyTagClassName
{
color: #DCB8CE;
}
</style>
background-color css
<style>
a { background-color: #DCB8CE; }
a { background-color: rgb(220,184,206); }
div.DivClassName
{
background-color: #DCB8CE;
}
.BgClassName
{
background-color: #DCB8CE;
}
</style>
border-color css
<style>
span { border-color: #DCB8CE; }
span { border-color: rgb(220,184,206); }
td.TdClassName
{
border-color: #DCB8CE;
}
.TagClassName
{
border-color: #DCB8CE;
}
</style>