Shades of Twilight #DCBECE
Tints of Twilight #DCBECE
RGB
CMYK
RGB Variations
Color information
#DCBECE (or 0xDCBECE) is known color: Twilight. HEX triplet: DC, BE and CE. RGB value is (220,190,206). Sum of RGB (Red+Green+Blue) = 220+190+206=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBECE is #234131. Grayscale: #C8C8C8. Windows color (decimal): -2310450 or 13549276. OLE color: 13549276.
HSL color Cylindrical-coordinate representation of color #DCBECE: hue angle of 328º 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 #DCBECE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 206 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.14 |
| HSL | 328º | 0.3% | 0.8% | - |
| HSV(B) | 328º | 0.14% | 0.86% | - |
| XYZ | 59.07 | 56.5 | 66.18 | - |
| YUV | 200.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 206 | 0 | 0.14 | 0.06 | 0.14 | 328 | 0.3 | 0.8 |
| Hex | DC | BE | CE | 0 | E | 6 | E | 148 | 1E | 50 |
| Octal | 334 | 276 | 316 | 0 | 16 | 6 | 16 | 510 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11001110 | 0 | 1110 | 110 | 1110 | 101001000 | 11110 | 1010000 |
Color Harmonies of #DCBECE
Complementary color
Monochromatic Colors of #DCBECE
Black with #DCBECE
Text Example
Text Example
White with #DCBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBECE; }
p { color: rgb(220,190,206); }
H1.HeaderClassName
{
color: #DCBECE;
}
.AnyTagClassName
{
color: #DCBECE;
}
</style>
background-color css
<style>
a { background-color: #DCBECE; }
a { background-color: rgb(220,190,206); }
div.DivClassName
{
background-color: #DCBECE;
}
.BgClassName
{
background-color: #DCBECE;
}
</style>
border-color css
<style>
span { border-color: #DCBECE; }
span { border-color: rgb(220,190,206); }
td.TdClassName
{
border-color: #DCBECE;
}
.TagClassName
{
border-color: #DCBECE;
}
</style>