Shades of Twilight #DCBECB
Tints of Twilight #DCBECB
RGB
CMYK
RGB Variations
Color information
#DCBECB (or 0xDCBECB) is known color: Twilight. HEX triplet: DC, BE and CB. RGB value is (220,190,203). Sum of RGB (Red+Green+Blue) = 220+190+203=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBECB is #234134. Grayscale: #C8C8C8. Windows color (decimal): -2310453 or 13352668. OLE color: 13352668.
HSL color Cylindrical-coordinate representation of color #DCBECB: hue angle of 334º 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 #DCBECB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 203 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.14 |
| HSL | 334º | 0.3% | 0.8% | - |
| HSV(B) | 334º | 0.14% | 0.86% | - |
| XYZ | 58.71 | 56.35 | 64.28 | - |
| YUV | 200.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 203 | 0 | 0.14 | 0.08 | 0.14 | 334 | 0.3 | 0.8 |
| Hex | DC | BE | CB | 0 | E | 8 | E | 14E | 1E | 50 |
| Octal | 334 | 276 | 313 | 0 | 16 | 10 | 16 | 516 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11001011 | 0 | 1110 | 1000 | 1110 | 101001110 | 11110 | 1010000 |
Color Harmonies of #DCBECB
Complementary color
Monochromatic Colors of #DCBECB
Black with #DCBECB
Text Example
Text Example
White with #DCBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBECB; }
p { color: rgb(220,190,203); }
H1.HeaderClassName
{
color: #DCBECB;
}
.AnyTagClassName
{
color: #DCBECB;
}
</style>
background-color css
<style>
a { background-color: #DCBECB; }
a { background-color: rgb(220,190,203); }
div.DivClassName
{
background-color: #DCBECB;
}
.BgClassName
{
background-color: #DCBECB;
}
</style>
border-color css
<style>
span { border-color: #DCBECB; }
span { border-color: rgb(220,190,203); }
td.TdClassName
{
border-color: #DCBECB;
}
.TagClassName
{
border-color: #DCBECB;
}
</style>