Shades of Twilight #DCBDCE
Tints of Twilight #DCBDCE
RGB
CMYK
RGB Variations
Color information
#DCBDCE (or 0xDCBDCE) is known color: Twilight. HEX triplet: DC, BD and CE. RGB value is (220,189,206). Sum of RGB (Red+Green+Blue) = 220+189+206=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDCE is #234231. Grayscale: #C8C8C8. Windows color (decimal): -2310706 or 13549020. OLE color: 13549020.
HSL color Cylindrical-coordinate representation of color #DCBDCE: hue angle of 327.1º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBDCE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 206 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.14 |
| HSL | 327.1º | 0.31% | 0.8% | - |
| HSV(B) | 327.1º | 0.14% | 0.86% | - |
| XYZ | 58.85 | 56.07 | 66.11 | - |
| YUV | 200.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 206 | 0 | 0.14 | 0.06 | 0.14 | 327.1 | 0.31 | 0.8 |
| Hex | DC | BD | CE | 0 | E | 6 | E | 147 | 1F | 50 |
| Octal | 334 | 275 | 316 | 0 | 16 | 6 | 16 | 507 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11001110 | 0 | 1110 | 110 | 1110 | 101000111 | 11111 | 1010000 |
Color Harmonies of #DCBDCE
Complementary color
Monochromatic Colors of #DCBDCE
Black with #DCBDCE
Text Example
Text Example
White with #DCBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDCE; }
p { color: rgb(220,189,206); }
H1.HeaderClassName
{
color: #DCBDCE;
}
.AnyTagClassName
{
color: #DCBDCE;
}
</style>
background-color css
<style>
a { background-color: #DCBDCE; }
a { background-color: rgb(220,189,206); }
div.DivClassName
{
background-color: #DCBDCE;
}
.BgClassName
{
background-color: #DCBDCE;
}
</style>
border-color css
<style>
span { border-color: #DCBDCE; }
span { border-color: rgb(220,189,206); }
td.TdClassName
{
border-color: #DCBDCE;
}
.TagClassName
{
border-color: #DCBDCE;
}
</style>