Shades of Twilight #DCBECD
Tints of Twilight #DCBECD
RGB
CMYK
RGB Variations
Color information
#DCBECD (or 0xDCBECD) is known color: Twilight. HEX triplet: DC, BE and CD. RGB value is (220,190,205). Sum of RGB (Red+Green+Blue) = 220+190+205=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBECD is #234132. Grayscale: #C8C8C8. Windows color (decimal): -2310451 or 13483740. OLE color: 13483740.
HSL color Cylindrical-coordinate representation of color #DCBECD: hue angle of 330º degrees, saturation: 0.3, 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 #DCBECD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 205 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.14 |
| HSL | 330º | 0.3% | 0.8% | - |
| HSV(B) | 330º | 0.14% | 0.86% | - |
| XYZ | 58.95 | 56.45 | 65.55 | - |
| YUV | 200.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 205 | 0 | 0.14 | 0.07 | 0.14 | 330 | 0.3 | 0.8 |
| Hex | DC | BE | CD | 0 | E | 7 | E | 14A | 1E | 50 |
| Octal | 334 | 276 | 315 | 0 | 16 | 7 | 16 | 512 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11001101 | 0 | 1110 | 111 | 1110 | 101001010 | 11110 | 1010000 |
Color Harmonies of #DCBECD
Complementary color
Monochromatic Colors of #DCBECD
Black with #DCBECD
Text Example
Text Example
White with #DCBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBECD; }
p { color: rgb(220,190,205); }
H1.HeaderClassName
{
color: #DCBECD;
}
.AnyTagClassName
{
color: #DCBECD;
}
</style>
background-color css
<style>
a { background-color: #DCBECD; }
a { background-color: rgb(220,190,205); }
div.DivClassName
{
background-color: #DCBECD;
}
.BgClassName
{
background-color: #DCBECD;
}
</style>
border-color css
<style>
span { border-color: #DCBECD; }
span { border-color: rgb(220,190,205); }
td.TdClassName
{
border-color: #DCBECD;
}
.TagClassName
{
border-color: #DCBECD;
}
</style>